#528c19

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

Shades of Vida Loca #528C19

Tints of Vida Loca #528C19

Color information

#528C19 (or 0x528C19) is unknown color: approx Vida Loca. HEX triplet: 52, 8C and 19. RGB value is (82,140,25). Sum of RGB (Red+Green+Blue) = 82+140+25=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #528C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528C19 is #AD73E6. Grayscale: #6D6D6D. Windows color (decimal): -11367399 or 1674322. OLE color: 1674322.

HSL color Cylindrical-coordinate representation of color #528C19: hue angle of 90.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #528C19 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB8214025-
CMYK0.4100.820.45
HSL90.26º69.7%32.35%-
HSV(B)90.26º82.14%54.9%-
XYZ13.0320.624.21-
YUV109.5580.28108.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 140 (55.08% from 255) = 56.68%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=33.20%
G=56.68%
B=10.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140250.4100.820.4590.2669.732.35
Hex528C19290522D5a4620
Octal122214315101225513210640
Binary101001010001100110011010010101001010110110110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528c19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,25); }

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

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

 a { background-color: rgb(82,140,25); }

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

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

 span { border-color: rgb(82,140,25); }

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