#496E3D

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

Shades of Fern Green #496E3D

Tints of Fern Green #496E3D

Color information

#496E3D (or 0x496E3D) is unknown color: approx Fern Green. HEX triplet: 49, 6E and 3D. RGB value is (73,110,61). Sum of RGB (Red+Green+Blue) = 73+110+61=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #496E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E3D is #B691C2. Grayscale: #5D5D5D. Windows color (decimal): -11964867 or 4025929. OLE color: 4025929.

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

Color convert

RGB7311061-
CMYK0.3400.450.57
HSL105.31º28.65%33.53%-
HSV(B)105.31º44.55%43.14%-
XYZ9.1712.916.42-
YUV93.35109.74113.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 61 (24.22% from 255) = 25%
R=29.92%
G=45.08%
B=25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73110610.3400.450.57105.3128.6533.53
Hex496E3D2202D39691d22
Octal1111567542055711513542
Binary100100111011101111011000100101101111001110100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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