#538332

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

Shades of Vida Loca #538332

Tints of Vida Loca #538332

Color information

#538332 (or 0x538332) is unknown color: approx Vida Loca. HEX triplet: 53, 83 and 32. RGB value is (83,131,50). Sum of RGB (Red+Green+Blue) = 83+131+50=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #538332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538332 is #AC7CCD. Grayscale: #6B6B6B. Windows color (decimal): -11304142 or 3310419. OLE color: 3310419.

HSL color Cylindrical-coordinate representation of color #538332: hue angle of 95.56º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538332 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB8313150-
CMYK0.3700.620.49
HSL95.56º44.75%35.49%-
HSV(B)95.56º61.83%51.37%-
XYZ12.2618.35.9-
YUV107.4195.6110.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 131 (51.56% from 255) = 49.62%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=31.44%
G=49.62%
B=18.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83131500.3700.620.4995.5644.7535.49
Hex5383322503E31602d23
Octal1232036245076611405543
Binary10100111000001111001010010101111101100011100000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538332; }

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

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

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

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

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

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

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

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