#537D1C

Color #537D1C Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #537D1C

Tints of Green Leaf #537D1C

Color information

#537D1C (or 0x537D1C) is unknown color: approx Green Leaf. HEX triplet: 53, 7D and 1C. RGB value is (83,125,28). Sum of RGB (Red+Green+Blue) = 83+125+28=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #537D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537D1C is #AC82E3. Grayscale: #656565. Windows color (decimal): -11305700 or 1867091. OLE color: 1867091.

HSL color Cylindrical-coordinate representation of color #537D1C: hue angle of 85.98º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #537D1C is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB8312528-
CMYK0.3400.780.51
HSL85.98º63.4%30%-
HSV(B)85.98º77.6%49.02%-
XYZ11.1116.593.72-
YUV101.3886.59114.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 125 (49.22% from 255) = 52.97%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=35.17%
G=52.97%
B=11.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83125280.3400.780.5185.9863.430
Hex537D1C2204E33563f1e
Octal12317534420116631267736
Binary101001111111011110010001001001110110011101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,125,28); }

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

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

 a { background-color: rgb(83,125,28); }

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

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

 span { border-color: rgb(83,125,28); }

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