#537C4B

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

Shades of Fern Green #537C4B

Tints of Fern Green #537C4B

Color information

#537C4B (or 0x537C4B) is unknown color: approx Fern Green. HEX triplet: 53, 7C and 4B. RGB value is (83,124,75). Sum of RGB (Red+Green+Blue) = 83+124+75=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #537C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C4B is #AC83B4. Grayscale: #6A6A6A. Windows color (decimal): -11305909 or 4947027. OLE color: 4947027.

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

Color convert

RGB8312475-
CMYK0.3300.400.51
HSL110.2º24.62%39.02%-
HSV(B)110.2º39.52%48.63%-
XYZ12.0416.769.26-
YUV106.15110.42111.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 124 (48.83% from 255) = 43.97%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=29.43%
G=43.97%
B=26.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124750.3300.400.51110.224.6239.02
Hex537C4B21028336e1927
Octal12317411341050631563147
Binary1010011111110010010111000010101000110011110111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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