Html Css Color HEX #497D46 Fern Green

📋 copy color: '#497D46'

red 73 ◦ green 125 ◦ blue 70

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

Shades of Fern Green #497D46

Tints of Fern Green #497D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.64%

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

R = 27.24%
G = 46.64%
B = 26.12%

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

#497D46 (or 0x497D46) is known color: Fern Green. HEX triplet: 49, 7D and 46. RGB value is (73,125,70). Sum of RGB (Red+Green+Blue) = 73+125+70=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #497D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D46 is #B682B9. Grayscale: #676767. Windows color (decimal): -11961018 or 4619593. OLE color: 4619593.

HSL color Cylindrical-coordinate representation of color #497D46: hue angle of 116.73º degrees, saturation: 0.28, 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 #497D46 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 125 70 -
CMYK 0.42 0 0.44 0.51
HSL 116.73º 0.28% 0.38% -
HSV(B) 116.73º 0.44% 0.49% -
XYZ 11.19 16.53 8.39 -
YUV 103.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 73 125 70 0.42 0 0.44 0.51 116.73 0.28 0.38
Hex 49 7D 46 2A 0 2C 33 75 1C 26
Octal 111 175 106 52 0 54 63 165 34 46
Binary 1001001 1111101 1000110 101010 0 101100 110011 1110101 11100 100110

Color Harmonies of #497D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497D46

Black with #497D46

Text Example


Text Example

White with #497D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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