#537B48

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

Shades of Fern Green #537B48

Tints of Fern Green #537B48

Color information

#537B48 (or 0x537B48) is unknown color: approx Fern Green. HEX triplet: 53, 7B and 48. RGB value is (83,123,72). Sum of RGB (Red+Green+Blue) = 83+123+72=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #537B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537B48 is #AC84B7. Grayscale: #696969. Windows color (decimal): -11306168 or 4750163. OLE color: 4750163.

HSL color Cylindrical-coordinate representation of color #537B48: hue angle of 107.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #537B48 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB8312372-
CMYK0.3300.410.52
HSL107.06º26.15%38.24%-
HSV(B)107.06º41.46%48.24%-
XYZ11.8216.478.69-
YUV105.23109.25112.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=29.86%
G=44.24%
B=25.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123720.3300.410.52107.0626.1538.24
Hex537B4821029346b1a26
Octal12317311041051641533246
Binary1010011111101110010001000010101001110100110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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