Html Css Color HEX #496F42 Fern Green

📋 copy color: '#496F42'

red 73 ◦ green 111 ◦ blue 66

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

Shades of Fern Green #496F42

Tints of Fern Green #496F42

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

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

R = 29.2%
G = 44.4%
B = 26.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#496F42 (or 0x496F42) is known color: Fern Green. HEX triplet: 49, 6F and 42. RGB value is (73,111,66). Sum of RGB (Red+Green+Blue) = 73+111+66=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #496F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F42 is #B690BD. Grayscale: #5E5E5E. Windows color (decimal): -11964606 or 4353865. OLE color: 4353865.

HSL color Cylindrical-coordinate representation of color #496F42: hue angle of 110.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #496F42 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 66 -
CMYK 0.34 0 0.41 0.56
HSL 110.67º 0.25% 0.35% -
HSV(B) 110.67º 0.41% 0.44% -
XYZ 9.42 13.18 7.2 -
YUV 94.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 73 111 66 0.34 0 0.41 0.56 110.67 0.25 0.35
Hex 49 6F 42 22 0 29 38 6F 19 23
Octal 111 157 102 42 0 51 70 157 31 43
Binary 1001001 1101111 1000010 100010 0 101001 111000 1101111 11001 100011

Color Harmonies of #496F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F42

Black with #496F42

Text Example


Text Example

White with #496F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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