#537F3E

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

Shades of Fern Green #537F3E

Tints of Fern Green #537F3E

Color information

#537F3E (or 0x537F3E) is unknown color: approx Fern Green. HEX triplet: 53, 7F and 3E. RGB value is (83,127,62). Sum of RGB (Red+Green+Blue) = 83+127+62=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #537F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F3E is #AC80C1. Grayscale: #6A6A6A. Windows color (decimal): -11305154 or 4095827. OLE color: 4095827.

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

Color convert

RGB8312762-
CMYK0.3500.510.50
HSL100.62º34.39%37.06%-
HSV(B)100.62º51.18%49.8%-
XYZ12.0317.377.28-
YUV106.43102.92111.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=30.51%
G=46.69%
B=22.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127620.3500.510.50100.6234.3937.06
Hex537F3E2303332652225
Octal1231777643063621454245
Binary1010011111111111111010001101100111100101100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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