Html Css Color HEX #497041 Fern Green

📋 copy color: '#497041'

red 73 ◦ green 112 ◦ blue 65

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

Shades of Fern Green #497041

Tints of Fern Green #497041

RGB

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

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

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

R = 29.2%
G = 44.8%
B = 26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#497041 (or 0x497041) is known color: Fern Green. HEX triplet: 49, 70 and 41. RGB value is (73,112,65). Sum of RGB (Red+Green+Blue) = 73+112+65=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #497041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497041 is #B68FBE. Grayscale: #5F5F5F. Windows color (decimal): -11964351 or 4288585. OLE color: 4288585.

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

Color convert

RGB 73 112 65 -
CMYK 0.35 0 0.42 0.56
HSL 109.79º 0.27% 0.35% -
HSV(B) 109.79º 0.42% 0.44% -
XYZ 9.5 13.39 7.08 -
YUV 94.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 73 112 65 0.35 0 0.42 0.56 109.79 0.27 0.35
Hex 49 70 41 23 0 2A 38 6E 1B 23
Octal 111 160 101 43 0 52 70 156 33 43
Binary 1001001 1110000 1000001 100011 0 101010 111000 1101110 11011 100011

Color Harmonies of #497041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497041

Black with #497041

Text Example


Text Example

White with #497041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497041; }

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

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

background-color css

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

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

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

border-color css

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

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

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