Html Css Color HEX #496E46 Fern Green

📋 copy color: '#496E46'

red 73 ◦ green 110 ◦ blue 70

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

Shades of Fern Green #496E46

Tints of Fern Green #496E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 28.85%
G = 43.48%
B = 27.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#496E46 (or 0x496E46) is known color: Fern Green. HEX triplet: 49, 6E and 46. RGB value is (73,110,70). Sum of RGB (Red+Green+Blue) = 73+110+70=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #496E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E46 is #B691B9. Grayscale: #5E5E5E. Windows color (decimal): -11964858 or 4615753. OLE color: 4615753.

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

Color convert

RGB 73 110 70 -
CMYK 0.34 0 0.36 0.57
HSL 115.5º 0.22% 0.35% -
HSV(B) 115.5º 0.36% 0.43% -
XYZ 9.43 13.01 7.81 -
YUV 94.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 73 110 70 0.34 0 0.36 0.57 115.5 0.22 0.35
Hex 49 6E 46 22 0 24 39 74 16 23
Octal 111 156 106 42 0 44 71 164 26 43
Binary 1001001 1101110 1000110 100010 0 100100 111001 1110100 10110 100011

Color Harmonies of #496E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E46

Black with #496E46

Text Example


Text Example

White with #496E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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