Html Css Color HEX #497640 Fern Green

📋 copy color: '#497640'

red 73 ◦ green 118 ◦ blue 64

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

Shades of Fern Green #497640

Tints of Fern Green #497640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 28.63%
G = 46.27%
B = 25.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#497640 (or 0x497640) is known color: Fern Green. HEX triplet: 49, 76 and 40. RGB value is (73,118,64). Sum of RGB (Red+Green+Blue) = 73+118+64=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #497640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497640 is #B689BF. Grayscale: #626262. Windows color (decimal): -11962816 or 4224585. OLE color: 4224585.

HSL color Cylindrical-coordinate representation of color #497640: hue angle of 110º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497640 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 64 -
CMYK 0.38 0 0.46 0.54
HSL 110º 0.3% 0.36% -
HSV(B) 110º 0.46% 0.46% -
XYZ 10.15 14.74 7.16 -
YUV 98.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 73 118 64 0.38 0 0.46 0.54 110 0.3 0.36
Hex 49 76 40 26 0 2E 36 6E 1E 24
Octal 111 166 100 46 0 56 66 156 36 44
Binary 1001001 1110110 1000000 100110 0 101110 110110 1101110 11110 100100

Color Harmonies of #497640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497640

Black with #497640

Text Example


Text Example

White with #497640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497640; }

 p { color: rgb(73,118,64); }

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

background-color css

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

 a { background-color: rgb(73,118,64); }

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

border-color css

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

 span { border-color: rgb(73,118,64); }

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