#538B32

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

Shades of Vida Loca #538B32

Tints of Vida Loca #538B32

Color information

#538B32 (or 0x538B32) is unknown color: approx Vida Loca. HEX triplet: 53, 8B and 32. RGB value is (83,139,50). Sum of RGB (Red+Green+Blue) = 83+139+50=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #538B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538B32 is #AC74CD. Grayscale: #707070. Windows color (decimal): -11302094 or 3312467. OLE color: 3312467.

HSL color Cylindrical-coordinate representation of color #538B32: hue angle of 97.75º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #538B32 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB8313950-
CMYK0.4000.640.45
HSL97.75º47.09%37.06%-
HSV(B)97.75º64.03%54.51%-
XYZ13.3820.536.28-
YUV112.1192.95107.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 139 (54.69% from 255) = 51.10%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=30.51%
G=51.10%
B=18.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139500.4000.640.4597.7547.0937.06
Hex538B32280402D622f25
Octal12321362500100551425745
Binary101001110001011110010101000010000001011011100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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