Html Css Color HEX #497145 Fern Green

📋 copy color: '#497145'

red 73 ◦ green 113 ◦ blue 69

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

Shades of Fern Green #497145

Tints of Fern Green #497145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

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

R = 28.63%
G = 44.31%
B = 27.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#497145 (or 0x497145) is known color: Fern Green. HEX triplet: 49, 71 and 45. RGB value is (73,113,69). Sum of RGB (Red+Green+Blue) = 73+113+69=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #497145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497145 is #B68EBA. Grayscale: #606060. Windows color (decimal): -11964091 or 4550985. OLE color: 4550985.

HSL color Cylindrical-coordinate representation of color #497145: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497145 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 69 -
CMYK 0.35 0 0.39 0.56
HSL 114.55º 0.24% 0.36% -
HSV(B) 114.55º 0.39% 0.44% -
XYZ 9.73 13.66 7.75 -
YUV 96.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 73 113 69 0.35 0 0.39 0.56 114.55 0.24 0.36
Hex 49 71 45 23 0 27 38 73 18 24
Octal 111 161 105 43 0 47 70 163 30 44
Binary 1001001 1110001 1000101 100011 0 100111 111000 1110011 11000 100100

Color Harmonies of #497145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497145

Black with #497145

Text Example


Text Example

White with #497145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497145; }

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

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

background-color css

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

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

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

border-color css

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

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

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