#537F27

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

Shades of Green Leaf #537F27

Tints of Green Leaf #537F27

Color information

#537F27 (or 0x537F27) is unknown color: approx Green Leaf. HEX triplet: 53, 7F and 27. RGB value is (83,127,39). Sum of RGB (Red+Green+Blue) = 83+127+39=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #537F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F27 is #AC80D8. Grayscale: #686868. Windows color (decimal): -11305177 or 2588499. OLE color: 2588499.

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

Color convert

RGB8312739-
CMYK0.3500.690.50
HSL90º53.01%32.55%-
HSV(B)90º69.29%49.8%-
XYZ11.5217.164.63-
YUV103.8191.42113.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=33.33%
G=51.00%
B=15.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127390.3500.690.509053.0132.55
Hex537F2723045325a3521
Octal12317747430105621326541
Binary10100111111111100111100011010001011100101011010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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