#537B4A

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

Shades of Fern Green #537B4A

Tints of Fern Green #537B4A

Color information

#537B4A (or 0x537B4A) is unknown color: approx Fern Green. HEX triplet: 53, 7B and 4A. RGB value is (83,123,74). Sum of RGB (Red+Green+Blue) = 83+123+74=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #537B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537B4A is #AC84B5. Grayscale: #696969. Windows color (decimal): -11306166 or 4881235. OLE color: 4881235.

HSL color Cylindrical-coordinate representation of color #537B4A: hue angle of 108.98º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537B4A is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB8312374-
CMYK0.3300.400.52
HSL108.98º24.87%38.63%-
HSV(B)108.98º39.84%48.24%-
XYZ11.8916.59.04-
YUV105.45110.25111.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=29.64%
G=43.93%
B=26.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123740.3300.400.52108.9824.8738.63
Hex537B4A21028346d1927
Octal12317311241050641553147
Binary1010011111101110010101000010101000110100110110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,123,74); }

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

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

 a { background-color: rgb(83,123,74); }

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

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

 span { border-color: rgb(83,123,74); }

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