#528229

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

Shades of Vida Loca #528229

Tints of Vida Loca #528229

Color information

#528229 (or 0x528229) is unknown color: approx Vida Loca. HEX triplet: 52, 82 and 29. RGB value is (82,130,41). Sum of RGB (Red+Green+Blue) = 82+130+41=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #528229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528229 is #AD7DD6. Grayscale: #696969. Windows color (decimal): -11369943 or 2720338. OLE color: 2720338.

HSL color Cylindrical-coordinate representation of color #528229: hue angle of 92.36º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528229 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB8213041-
CMYK0.3700.680.49
HSL92.36º52.05%33.53%-
HSV(B)92.36º68.46%50.98%-
XYZ11.8617.924.93-
YUV105.591.6111.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=32.41%
G=51.38%
B=16.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82130410.3700.680.4992.3652.0533.53
Hex52822925044315c3422
Octal12220251450104611346442
Binary101001010000010101001100101010001001100011011100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528229; }

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

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

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

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

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

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

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

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