#537B4E

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

Shades of Fern Green #537B4E

Tints of Fern Green #537B4E

Color information

#537B4E (or 0x537B4E) is unknown color: approx Fern Green. HEX triplet: 53, 7B and 4E. RGB value is (83,123,78). Sum of RGB (Red+Green+Blue) = 83+123+78=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #537B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B4E is #AC84B1. Grayscale: #6A6A6A. Windows color (decimal): -11306162 or 5143379. OLE color: 5143379.

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

Color convert

RGB8312378-
CMYK0.3300.370.52
HSL113.33º22.39%39.41%-
HSV(B)113.33º36.59%48.24%-
XYZ12.0316.559.77-
YUV105.91112.25111.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=29.23%
G=43.31%
B=27.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123780.3300.370.52113.3322.3939.41
Hex537B4E2102534711627
Octal12317311641045641612647
Binary1010011111101110011101000010100101110100111000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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