#538C31

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

Shades of Vida Loca #538C31

Tints of Vida Loca #538C31

Color information

#538C31 (or 0x538C31) is unknown color: approx Vida Loca. HEX triplet: 53, 8C and 31. RGB value is (83,140,49). Sum of RGB (Red+Green+Blue) = 83+140+49=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #538C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C31 is #AC73CE. Grayscale: #707070. Windows color (decimal): -11301839 or 3247187. OLE color: 3247187.

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

Color convert

RGB8314049-
CMYK0.4100.650.45
HSL97.58º48.15%37.06%-
HSV(B)97.58º65%54.9%-
XYZ13.520.826.21-
YUV112.5892.12106.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 140 (55.08% from 255) = 51.47%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=30.51%
G=51.47%
B=18.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140490.4100.650.4597.5848.1537.06
Hex538C31290412D623025
Octal12321461510101551426045
Binary101001110001100110001101001010000011011011100010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,140,49); }

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

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

 a { background-color: rgb(83,140,49); }

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

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

 span { border-color: rgb(83,140,49); }

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