#528A15

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

Shades of Vida Loca #528A15

Tints of Vida Loca #528A15

Color information

#528A15 (or 0x528A15) is unknown color: approx Vida Loca. HEX triplet: 52, 8A and 15. RGB value is (82,138,21). Sum of RGB (Red+Green+Blue) = 82+138+21=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #528A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528A15 is #AD75EA. Grayscale: #6C6C6C. Windows color (decimal): -11367915 or 1411666. OLE color: 1411666.

HSL color Cylindrical-coordinate representation of color #528A15: hue angle of 88.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #528A15 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB8213821-
CMYK0.4100.850.46
HSL88.72º73.58%31.18%-
HSV(B)88.72º84.78%54.12%-
XYZ12.720.023.91-
YUV107.9278.95109.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 138 (54.30% from 255) = 57.26%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=34.02%
G=57.26%
B=8.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82138210.4100.850.4688.7273.5831.18
Hex528A15290552E594a1f
Octal122212255101255613111237
Binary10100101000101010101101001010101011011101011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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