Html Css Color HEX #496E45 Fern Green

📋 copy color: '#496E45'

red 73 ◦ green 110 ◦ blue 69

#496E45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #496E45

Tints of Fern Green #496E45

RGB

 RED value IS 73 (28.91% from 255) = 28.97%

 GREEN value IS 110 (43.36% from 255) = 43.65%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 28.97%
G = 43.65%
B = 27.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#496E45 (or 0x496E45) is known color: Fern Green. HEX triplet: 49, 6E and 45. RGB value is (73,110,69). Sum of RGB (Red+Green+Blue) = 73+110+69=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #496E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E45 is #B691BA. Grayscale: #5E5E5E. Windows color (decimal): -11964859 or 4550217. OLE color: 4550217.

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

Color convert

RGB 73 110 69 -
CMYK 0.34 0 0.37 0.57
HSL 114.15º 0.23% 0.35% -
HSV(B) 114.15º 0.37% 0.43% -
XYZ 9.4 13 7.64 -
YUV 94.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 73 110 69 0.34 0 0.37 0.57 114.15 0.23 0.35
Hex 49 6E 45 22 0 25 39 72 17 23
Octal 111 156 105 42 0 45 71 162 27 43
Binary 1001001 1101110 1000101 100010 0 100101 111001 1110010 10111 100011

Color Harmonies of #496E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E45

Black with #496E45

Text Example


Text Example

White with #496E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #496E45;
 }
 .AnyTagClassName
 {
   color: #496E45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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