#528928

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

Shades of Vida Loca #528928

Tints of Vida Loca #528928

Color information

#528928 (or 0x528928) is unknown color: approx Vida Loca. HEX triplet: 52, 89 and 28. RGB value is (82,137,40). Sum of RGB (Red+Green+Blue) = 82+137+40=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #528928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528928 is #AD76D7. Grayscale: #6D6D6D. Windows color (decimal): -11368152 or 2656594. OLE color: 2656594.

HSL color Cylindrical-coordinate representation of color #528928: hue angle of 94.02º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #528928 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB8213740-
CMYK0.4000.710.46
HSL94.02º54.8%34.71%-
HSV(B)94.02º70.8%53.73%-
XYZ12.8119.845.16-
YUV109.588.78108.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 40 (16.02% from 255) = 15.44%
R=31.66%
G=52.90%
B=15.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137400.4000.710.4694.0254.834.71
Hex528928280472E5e3723
Octal12221150500107561366743
Binary101001010001001101000101000010001111011101011110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528928; }

 p { color: rgb(82,137,40); }

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

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

 a { background-color: rgb(82,137,40); }

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

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

 span { border-color: rgb(82,137,40); }

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