#537C50

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

Shades of Fern Green #537C50

Tints of Fern Green #537C50

Color information

#537C50 (or 0x537C50) is unknown color: approx Fern Green. HEX triplet: 53, 7C and 50. RGB value is (83,124,80). Sum of RGB (Red+Green+Blue) = 83+124+80=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #537C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C50 is #AC83AF. Grayscale: #6A6A6A. Windows color (decimal): -11305904 or 5274707. OLE color: 5274707.

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

Color convert

RGB8312480-
CMYK0.3300.350.51
HSL115.91º21.57%40%-
HSV(B)115.91º35.48%48.63%-
XYZ12.2216.8310.19-
YUV106.72112.92111.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=28.92%
G=43.21%
B=27.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124800.3300.350.51115.9121.5740
Hex537C502102333741628
Octal12317412041043631642650
Binary1010011111110010100001000010100011110011111010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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