#537C3B

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

Shades of Fern Green #537C3B

Tints of Fern Green #537C3B

Color information

#537C3B (or 0x537C3B) is unknown color: approx Fern Green. HEX triplet: 53, 7C and 3B. RGB value is (83,124,59). Sum of RGB (Red+Green+Blue) = 83+124+59=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #537C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537C3B is #AC83C4. Grayscale: #686868. Windows color (decimal): -11305925 or 3898451. OLE color: 3898451.

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

Color convert

RGB8312459-
CMYK0.3300.520.51
HSL97.85º35.52%35.88%-
HSV(B)97.85º52.42%48.63%-
XYZ11.5616.576.73-
YUV104.33102.42112.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 124 (48.83% from 255) = 46.62%
BLUE value IS 59 (23.44% from 255) = 22.18%
R=31.20%
G=46.62%
B=22.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83124590.3300.520.5197.8535.5235.88
Hex537C3B2103433622424
Octal1231747341064631424444
Binary1010011111110011101110000101101001100111100010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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