#538721

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

Shades of Vida Loca #538721

Tints of Vida Loca #538721

Color information

#538721 (or 0x538721) is unknown color: approx Vida Loca. HEX triplet: 53, 87 and 21. RGB value is (83,135,33). Sum of RGB (Red+Green+Blue) = 83+135+33=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #538721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538721 is #AC78DE. Grayscale: #6C6C6C. Windows color (decimal): -11303135 or 2197331. OLE color: 2197331.

HSL color Cylindrical-coordinate representation of color #538721: hue angle of 90.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #538721 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB8313533-
CMYK0.3900.760.47
HSL90.59º60.71%32.94%-
HSV(B)90.59º75.56%52.94%-
XYZ12.5119.284.5-
YUV107.8285.77110.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=33.07%
G=53.78%
B=13.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83135330.3900.760.4790.5960.7132.94
Hex5387212704C2F5b3d21
Octal12320741470114571337541
Binary101001110000111100001100111010011001011111011011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538721; }

 p { color: rgb(83,135,33); }

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

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

 a { background-color: rgb(83,135,33); }

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

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

 span { border-color: rgb(83,135,33); }

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