#528B19

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

Shades of Vida Loca #528B19

Tints of Vida Loca #528B19

Color information

#528B19 (or 0x528B19) is unknown color: approx Vida Loca. HEX triplet: 52, 8B and 19. RGB value is (82,139,25). Sum of RGB (Red+Green+Blue) = 82+139+25=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #528B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528B19 is #AD74E6. Grayscale: #6D6D6D. Windows color (decimal): -11367655 or 1674066. OLE color: 1674066.

HSL color Cylindrical-coordinate representation of color #528B19: hue angle of 90º 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 #528B19 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB8213925-
CMYK0.4100.820.45
HSL90º69.51%32.16%-
HSV(B)90º82.01%54.51%-
XYZ12.8920.334.16-
YUV108.9680.62108.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 56.50%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=33.33%
G=56.50%
B=10.16%

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
Decimal82139250.4100.820.459069.5132.16
Hex528B19290522D5a4620
Octal122213315101225513210640
Binary101001010001011110011010010101001010110110110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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