#528D29

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

Shades of Vida Loca #528D29

Tints of Vida Loca #528D29

Color information

#528D29 (or 0x528D29) is unknown color: approx Vida Loca. HEX triplet: 52, 8D and 29. RGB value is (82,141,41). Sum of RGB (Red+Green+Blue) = 82+141+41=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #528D29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D29 is #AD72D6. Grayscale: #707070. Windows color (decimal): -11367127 or 2723154. OLE color: 2723154.

HSL color Cylindrical-coordinate representation of color #528D29: hue angle of 95.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #528D29 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB8214141-
CMYK0.4200.710.45
HSL95.4º54.95%35.69%-
HSV(B)95.4º70.92%55.29%-
XYZ13.4215.45-
YUV111.9687.95106.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 141 (55.47% from 255) = 53.41%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=31.06%
G=53.41%
B=15.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141410.4200.710.4595.454.9535.69
Hex528D292A0472D5f3724
Octal12221551520107551376744
Binary101001010001101101001101010010001111011011011111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,141,41); }

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

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

 a { background-color: rgb(82,141,41); }

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

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

 span { border-color: rgb(82,141,41); }

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