#538B19

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

Shades of Vida Loca #538B19

Tints of Vida Loca #538B19

Color information

#538B19 (or 0x538B19) is unknown color: approx Vida Loca. HEX triplet: 53, 8B and 19. RGB value is (83,139,25). Sum of RGB (Red+Green+Blue) = 83+139+25=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #538B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538B19 is #AC74E6. Grayscale: #6D6D6D. Windows color (decimal): -11302119 or 1674067. OLE color: 1674067.

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

Color convert

RGB8313925-
CMYK0.4000.820.45
HSL89.47º69.51%32.16%-
HSV(B)89.47º82.01%54.51%-
XYZ12.9820.374.17-
YUV109.2680.45109.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 139 (54.69% from 255) = 56.28%
BLUE value IS 25 (10.16% from 255) = 10.12%
R=33.60%
G=56.28%
B=10.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139250.4000.820.4589.4769.5132.16
Hex538B19280522D594620
Octal123213315001225513110640
Binary101001110001011110011010000101001010110110110011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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