#537C42

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

Shades of Fern Green #537C42

Tints of Fern Green #537C42

Color information

#537C42 (or 0x537C42) is unknown color: approx Fern Green. HEX triplet: 53, 7C and 42. RGB value is (83,124,66). Sum of RGB (Red+Green+Blue) = 83+124+66=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #537C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C42 is #AC83BD. Grayscale: #696969. Windows color (decimal): -11305918 or 4357203. OLE color: 4357203.

HSL color Cylindrical-coordinate representation of color #537C42: hue angle of 102.41º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #537C42 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB8312466-
CMYK0.3300.470.51
HSL102.41º30.53%37.25%-
HSV(B)102.41º46.77%48.63%-
XYZ11.7616.657.75-
YUV105.13105.92112.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=30.40%
G=45.42%
B=24.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124660.3300.470.51102.4130.5337.25
Hex537C422102F33661f25
Octal12317410241057631463745
Binary1010011111110010000101000010101111110011110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,66); }

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

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

 a { background-color: rgb(83,124,66); }

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

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

 span { border-color: rgb(83,124,66); }

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