Html Css Color HEX #497340 Fern Green

📋 copy color: '#497340'

red 73 ◦ green 115 ◦ blue 64

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

Shades of Fern Green #497340

Tints of Fern Green #497340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

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

R = 28.97%
G = 45.63%
B = 25.4%

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

#497340 (or 0x497340) is known color: Fern Green. HEX triplet: 49, 73 and 40. RGB value is (73,115,64). Sum of RGB (Red+Green+Blue) = 73+115+64=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #497340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497340 is #B68CBF. Grayscale: #606060. Windows color (decimal): -11963584 or 4223817. OLE color: 4223817.

HSL color Cylindrical-coordinate representation of color #497340: hue angle of 109.41º 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 #497340 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 64 -
CMYK 0.37 0 0.44 0.55
HSL 109.41º 0.28% 0.35% -
HSV(B) 109.41º 0.44% 0.45% -
XYZ 9.8 14.05 7.05 -
YUV 96.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 73 115 64 0.37 0 0.44 0.55 109.41 0.28 0.35
Hex 49 73 40 25 0 2C 37 6D 1C 23
Octal 111 163 100 45 0 54 67 155 34 43
Binary 1001001 1110011 1000000 100101 0 101100 110111 1101101 11100 100011

Color Harmonies of #497340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497340

Black with #497340

Text Example


Text Example

White with #497340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497340; }

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

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

background-color css

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

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

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

border-color css

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

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

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