Html Css Color HEX #497345 Fern Green

📋 copy color: '#497345'

red 73 ◦ green 115 ◦ blue 69

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

Shades of Fern Green #497345

Tints of Fern Green #497345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.85%

R = 28.4%
G = 44.75%
B = 26.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#497345 (or 0x497345) is known color: Fern Green. HEX triplet: 49, 73 and 45. RGB value is (73,115,69). Sum of RGB (Red+Green+Blue) = 73+115+69=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #497345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497345 is #B68CBA. Grayscale: #616161. Windows color (decimal): -11963579 or 4551497. OLE color: 4551497.

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

Color convert

RGB 73 115 69 -
CMYK 0.37 0 0.4 0.55
HSL 114.78º 0.25% 0.36% -
HSV(B) 114.78º 0.4% 0.45% -
XYZ 9.95 14.11 7.83 -
YUV 97.2 112.09 110.74 -
System Red Green Blue C M Y K H S L
Decimal 73 115 69 0.37 0 0.4 0.55 114.78 0.25 0.36
Hex 49 73 45 25 0 28 37 73 19 24
Octal 111 163 105 45 0 50 67 163 31 44
Binary 1001001 1110011 1000101 100101 0 101000 110111 1110011 11001 100100

Color Harmonies of #497345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497345

Black with #497345

Text Example


Text Example

White with #497345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497345; }

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

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

background-color css

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

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

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

border-color css

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

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

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