#537F15

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

Shades of Vida Loca #537F15

Tints of Vida Loca #537F15

Color information

#537F15 (or 0x537F15) is unknown color: approx Vida Loca. HEX triplet: 53, 7F and 15. RGB value is (83,127,21). Sum of RGB (Red+Green+Blue) = 83+127+21=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #537F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F15 is #AC80EA. Grayscale: #666666. Windows color (decimal): -11305195 or 1408851. OLE color: 1408851.

HSL color Cylindrical-coordinate representation of color #537F15: hue angle of 84.91º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #537F15 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB8312721-
CMYK0.3500.830.50
HSL84.91º71.62%29.02%-
HSV(B)84.91º83.46%49.8%-
XYZ11.2917.073.41-
YUV101.7682.42114.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 127 (50% from 255) = 54.98%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=35.93%
G=54.98%
B=9.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127210.3500.830.5084.9171.6229.02
Hex537F15230533255481d
Octal123177254301236212511035
Binary1010011111111110101100011010100111100101010101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537F15; }

 p { color: rgb(83,127,21); }

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

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

 a { background-color: rgb(83,127,21); }

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

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

 span { border-color: rgb(83,127,21); }

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