Html Css Color HEX #497441 Fern Green

📋 copy color: '#497441'

red 73 ◦ green 116 ◦ blue 65

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

Shades of Fern Green #497441

Tints of Fern Green #497441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 28.74%
G = 45.67%
B = 25.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#497441 (or 0x497441) is known color: Fern Green. HEX triplet: 49, 74 and 41. RGB value is (73,116,65). Sum of RGB (Red+Green+Blue) = 73+116+65=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #497441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497441 is #B68BBE. Grayscale: #616161. Windows color (decimal): -11963327 or 4289609. OLE color: 4289609.

HSL color Cylindrical-coordinate representation of color #497441: hue angle of 110.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497441 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 116 65 -
CMYK 0.37 0 0.44 0.55
HSL 110.59º 0.28% 0.35% -
HSV(B) 110.59º 0.44% 0.45% -
XYZ 9.95 14.29 7.23 -
YUV 97.33 109.75 110.65 -
System Red Green Blue C M Y K H S L
Decimal 73 116 65 0.37 0 0.44 0.55 110.59 0.28 0.35
Hex 49 74 41 25 0 2C 37 6F 1C 23
Octal 111 164 101 45 0 54 67 157 34 43
Binary 1001001 1110100 1000001 100101 0 101100 110111 1101111 11100 100011

Color Harmonies of #497441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497441

Black with #497441

Text Example


Text Example

White with #497441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497441; }

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

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

background-color css

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

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

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

border-color css

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

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

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