Html Css Color HEX #496F41 Fern Green

📋 copy color: '#496F41'

red 73 ◦ green 111 ◦ blue 65

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

Shades of Fern Green #496F41

Tints of Fern Green #496F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 29.32%
G = 44.58%
B = 26.1%

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

#496F41 (or 0x496F41) is known color: Fern Green. HEX triplet: 49, 6F and 41. RGB value is (73,111,65). Sum of RGB (Red+Green+Blue) = 73+111+65=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #496F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F41 is #B690BE. Grayscale: #5E5E5E. Windows color (decimal): -11964607 or 4288329. OLE color: 4288329.

HSL color Cylindrical-coordinate representation of color #496F41: hue angle of 109.57º degrees, saturation: 0.26, 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 #496F41 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 65 -
CMYK 0.34 0 0.41 0.56
HSL 109.57º 0.26% 0.35% -
HSV(B) 109.57º 0.41% 0.44% -
XYZ 9.39 13.17 7.05 -
YUV 94.39 111.41 112.74 -
System Red Green Blue C M Y K H S L
Decimal 73 111 65 0.34 0 0.41 0.56 109.57 0.26 0.35
Hex 49 6F 41 22 0 29 38 6E 1A 23
Octal 111 157 101 42 0 51 70 156 32 43
Binary 1001001 1101111 1000001 100010 0 101001 111000 1101110 11010 100011

Color Harmonies of #496F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F41

Black with #496F41

Text Example


Text Example

White with #496F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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