Html Css Color HEX #496D42 Fern Green

📋 copy color: '#496D42'

red 73 ◦ green 109 ◦ blue 66

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

Shades of Fern Green #496D42

Tints of Fern Green #496D42

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.95%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 29.44%
G = 43.95%
B = 26.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#496D42 (or 0x496D42) is known color: Fern Green. HEX triplet: 49, 6D and 42. RGB value is (73,109,66). Sum of RGB (Red+Green+Blue) = 73+109+66=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #496D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D42 is #B692BD. Grayscale: #5D5D5D. Windows color (decimal): -11965118 or 4353353. OLE color: 4353353.

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

Color convert

RGB 73 109 66 -
CMYK 0.33 0 0.39 0.57
HSL 110.23º 0.25% 0.34% -
HSV(B) 110.23º 0.39% 0.43% -
XYZ 9.2 12.75 7.13 -
YUV 93.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 73 109 66 0.33 0 0.39 0.57 110.23 0.25 0.34
Hex 49 6D 42 21 0 27 39 6E 19 22
Octal 111 155 102 41 0 47 71 156 31 42
Binary 1001001 1101101 1000010 100001 0 100111 111001 1101110 11001 100010

Color Harmonies of #496D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D42

Black with #496D42

Text Example


Text Example

White with #496D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,109,66); }

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

background-color css

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

 a { background-color: rgb(73,109,66); }

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

border-color css

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

 span { border-color: rgb(73,109,66); }

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