Html Css Color HEX #497E46 Fern Green

📋 copy color: '#497E46'

red 73 ◦ green 126 ◦ blue 70

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

Shades of Fern Green #497E46

Tints of Fern Green #497E46

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.84%

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

R = 27.14%
G = 46.84%
B = 26.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#497E46 (or 0x497E46) is known color: Fern Green. HEX triplet: 49, 7E and 46. RGB value is (73,126,70). Sum of RGB (Red+Green+Blue) = 73+126+70=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #497E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497E46 is #B681B9. Grayscale: #676767. Windows color (decimal): -11960762 or 4619849. OLE color: 4619849.

HSL color Cylindrical-coordinate representation of color #497E46: hue angle of 116.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497E46 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 126 70 -
CMYK 0.42 0 0.44 0.51
HSL 116.79º 0.29% 0.38% -
HSV(B) 116.79º 0.44% 0.49% -
XYZ 11.31 16.78 8.44 -
YUV 103.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 73 126 70 0.42 0 0.44 0.51 116.79 0.29 0.38
Hex 49 7E 46 2A 0 2C 33 75 1D 26
Octal 111 176 106 52 0 54 63 165 35 46
Binary 1001001 1111110 1000110 101010 0 101100 110011 1110101 11101 100110

Color Harmonies of #497E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497E46

Black with #497E46

Text Example


Text Example

White with #497E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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