#537F4E

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

Shades of Fern Green #537F4E

Tints of Fern Green #537F4E

Color information

#537F4E (or 0x537F4E) is unknown color: approx Fern Green. HEX triplet: 53, 7F and 4E. RGB value is (83,127,78). Sum of RGB (Red+Green+Blue) = 83+127+78=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #537F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537F4E is #AC80B1. Grayscale: #6C6C6C. Windows color (decimal): -11305138 or 5144403. OLE color: 5144403.

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

Color convert

RGB8312778-
CMYK0.3500.390.50
HSL113.88º23.9%40.2%-
HSV(B)113.88º38.58%49.8%-
XYZ12.5317.579.94-
YUV108.26110.92109.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=28.82%
G=44.10%
B=27.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127780.3500.390.50113.8823.940.2
Hex537F4E2302732721828
Octal12317711643047621623050
Binary1010011111111110011101000110100111110010111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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