Html Css Color HEX #497044 Fern Green

📋 copy color: '#497044'

red 73 ◦ green 112 ◦ blue 68

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

Shades of Fern Green #497044

Tints of Fern Green #497044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

 BLUE value IS 68 (26.95% from 255) = 26.88%

R = 28.85%
G = 44.27%
B = 26.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#497044 (or 0x497044) is known color: Fern Green. HEX triplet: 49, 70 and 44. RGB value is (73,112,68). Sum of RGB (Red+Green+Blue) = 73+112+68=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #497044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497044 is #B68FBB. Grayscale: #5F5F5F. Windows color (decimal): -11964348 or 4485193. OLE color: 4485193.

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

Color convert

RGB 73 112 68 -
CMYK 0.35 0 0.39 0.56
HSL 113.18º 0.24% 0.35% -
HSV(B) 113.18º 0.39% 0.44% -
XYZ 9.59 13.42 7.55 -
YUV 95.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 73 112 68 0.35 0 0.39 0.56 113.18 0.24 0.35
Hex 49 70 44 23 0 27 38 71 18 23
Octal 111 160 104 43 0 47 70 161 30 43
Binary 1001001 1110000 1000100 100011 0 100111 111000 1110001 11000 100011

Color Harmonies of #497044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497044

Black with #497044

Text Example


Text Example

White with #497044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497044; }

 p { color: rgb(73,112,68); }

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

background-color css

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

 a { background-color: rgb(73,112,68); }

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

border-color css

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

 span { border-color: rgb(73,112,68); }

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