#537940

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

Shades of Fern Green #537940

Tints of Fern Green #537940

Color information

#537940 (or 0x537940) is unknown color: approx Fern Green. HEX triplet: 53, 79 and 40. RGB value is (83,121,64). Sum of RGB (Red+Green+Blue) = 83+121+64=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #537940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537940 is #AC86BF. Grayscale: #676767. Windows color (decimal): -11306688 or 4225363. OLE color: 4225363.

HSL color Cylindrical-coordinate representation of color #537940: hue angle of 100º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #537940 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB8312164-
CMYK0.3100.470.53
HSL100º30.81%36.27%-
HSV(B)100º47.11%47.45%-
XYZ11.3315.887.32-
YUV103.14105.91113.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=30.97%
G=45.15%
B=23.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83121640.3100.470.5310030.8136.27
Hex5379401F02F35641f24
Octal12317110037057651443744
Binary101001111110011000000111110101111110101110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537940; }

 p { color: rgb(83,121,64); }

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

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

 a { background-color: rgb(83,121,64); }

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

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

 span { border-color: rgb(83,121,64); }

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