Html Css Color HEX #497540 Fern Green

📋 copy color: '#497540'

red 73 ◦ green 117 ◦ blue 64

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

Shades of Fern Green #497540

Tints of Fern Green #497540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 28.74%
G = 46.06%
B = 25.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#497540 (or 0x497540) is known color: Fern Green. HEX triplet: 49, 75 and 40. RGB value is (73,117,64). Sum of RGB (Red+Green+Blue) = 73+117+64=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #497540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497540 is #B68ABF. Grayscale: #616161. Windows color (decimal): -11963072 or 4224329. OLE color: 4224329.

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

Color convert

RGB 73 117 64 -
CMYK 0.38 0 0.45 0.54
HSL 109.81º 0.29% 0.35% -
HSV(B) 109.81º 0.45% 0.46% -
XYZ 10.03 14.51 7.12 -
YUV 97.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 73 117 64 0.38 0 0.45 0.54 109.81 0.29 0.35
Hex 49 75 40 26 0 2D 36 6E 1D 23
Octal 111 165 100 46 0 55 66 156 35 43
Binary 1001001 1110101 1000000 100110 0 101101 110110 1101110 11101 100011

Color Harmonies of #497540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497540

Black with #497540

Text Example


Text Example

White with #497540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497540; }

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

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

background-color css

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

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

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

border-color css

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

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

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