#537F44

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

Shades of Fern Green #537F44

Tints of Fern Green #537F44

Color information

#537F44 (or 0x537F44) is unknown color: approx Fern Green. HEX triplet: 53, 7F and 44. RGB value is (83,127,68). Sum of RGB (Red+Green+Blue) = 83+127+68=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #537F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F44 is #AC80BB. Grayscale: #6B6B6B. Windows color (decimal): -11305148 or 4489043. OLE color: 4489043.

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

Color convert

RGB8312768-
CMYK0.3500.460.50
HSL104.75º30.26%38.24%-
HSV(B)104.75º46.46%49.8%-
XYZ12.217.448.19-
YUV107.12105.92110.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 127 (50% from 255) = 45.68%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=29.86%
G=45.68%
B=24.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83127680.3500.460.50104.7530.2638.24
Hex537F442302E32691e26
Octal12317710443056621513646
Binary1010011111111110001001000110101110110010110100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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