#496E3B

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

Shades of Fern Green #496E3B

Tints of Fern Green #496E3B

Color information

#496E3B (or 0x496E3B) is unknown color: approx Fern Green. HEX triplet: 49, 6E and 3B. RGB value is (73,110,59). Sum of RGB (Red+Green+Blue) = 73+110+59=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #496E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E3B is #B691C4. Grayscale: #5D5D5D. Windows color (decimal): -11964869 or 3894857. OLE color: 3894857.

HSL color Cylindrical-coordinate representation of color #496E3B: hue angle of 103.53º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496E3B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB7311059-
CMYK0.3400.460.57
HSL103.53º30.18%33.14%-
HSV(B)103.53º46.36%43.14%-
XYZ9.1112.886.14-
YUV93.12108.74113.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 110 (43.36% from 255) = 45.45%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=30.17%
G=45.45%
B=24.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110590.3400.460.57103.5330.1833.14
Hex496E3B2202E39681e21
Octal1111567342056711503641
Binary100100111011101110111000100101110111001110100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496E3B; }

 p { color: rgb(73,110,59); }

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

<style>
 a { background-color: #496E3B; }

 a { background-color: rgb(73,110,59); }

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

<style>
 span { border-color: #496E3B; }

 span { border-color: rgb(73,110,59); }

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