#528A0E

Color #528A0E Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #528A0E

Tints of Vida Loca #528A0E

Color information

#528A0E (or 0x528A0E) is unknown color: approx Vida Loca. HEX triplet: 52, 8A and 0E. RGB value is (82,138,14). Sum of RGB (Red+Green+Blue) = 82+138+14=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 138 (54.30% from 255 or 58.97% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 138 - color contains mainly: green. Hex color #528A0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528A0E is #AD75F1. Grayscale: #6B6B6B. Windows color (decimal): -11367922 or 952914. OLE color: 952914.

HSL color Cylindrical-coordinate representation of color #528A0E: hue angle of 87.1º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #528A0E is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB8213814-
CMYK0.4100.900.46
HSL87.1º81.58%29.8%-
HSV(B)87.1º89.86%54.12%-
XYZ12.65203.61-
YUV107.1275.45110.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 138 (54.30% from 255) = 58.97%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=35.04%
G=58.97%
B=5.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82138140.4100.900.4687.181.5829.8
Hex528AE2905A2E57521e
Octal122212165101325612712236
Binary1010010100010101110101001010110101011101010111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528A0E; }

 p { color: rgb(82,138,14); }

 H1.HeaderClassName
 {
   color: #528A0E;
 }
 .AnyTagClassName
 {
   color: #528A0E;
 }
</style>
background-color css

<style>
 a { background-color: #528A0E; }

 a { background-color: rgb(82,138,14); }

 div.DivClassName
 {
   background-color: #528A0E;
 }
 .BgClassName
 {
   background-color: #528A0E;
 }
</style>
border-color css

<style>
 span { border-color: #528A0E; }

 span { border-color: rgb(82,138,14); }

 td.TdClassName
 {
   border-color: #528A0E;
 }
 .TagClassName
 {
   border-color: #528A0E;
 }
</style>