#537F2F

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

Shades of Green Leaf #537F2F

Tints of Green Leaf #537F2F

Color information

#537F2F (or 0x537F2F) is unknown color: approx Green Leaf. HEX triplet: 53, 7F and 2F. RGB value is (83,127,47). Sum of RGB (Red+Green+Blue) = 83+127+47=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #537F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F2F is #AC80D0. Grayscale: #686868. Windows color (decimal): -11305169 or 3112787. OLE color: 3112787.

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

Color convert

RGB8312747-
CMYK0.3500.630.50
HSL93º45.98%34.12%-
HSV(B)93º62.99%49.8%-
XYZ11.6717.225.4-
YUV104.7295.42112.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=32.30%
G=49.42%
B=18.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127470.3500.630.509345.9834.12
Hex537F2F2303F325d2e22
Octal1231775743077621355642
Binary1010011111111110111110001101111111100101011101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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