Html Css Color HEX #497845 Fern Green

📋 copy color: '#497845'

red 73 ◦ green 120 ◦ blue 69

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

Shades of Fern Green #497845

Tints of Fern Green #497845

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.8%

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

R = 27.86%
G = 45.8%
B = 26.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#497845 (or 0x497845) is known color: Fern Green. HEX triplet: 49, 78 and 45. RGB value is (73,120,69). Sum of RGB (Red+Green+Blue) = 73+120+69=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #497845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497845 is #B687BA. Grayscale: #646464. Windows color (decimal): -11962299 or 4552777. OLE color: 4552777.

HSL color Cylindrical-coordinate representation of color #497845: hue angle of 115.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497845 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 69 -
CMYK 0.39 0 0.42 0.53
HSL 115.29º 0.27% 0.37% -
HSV(B) 115.29º 0.43% 0.47% -
XYZ 10.54 15.28 8.02 -
YUV 100.13 110.43 108.65 -
System Red Green Blue C M Y K H S L
Decimal 73 120 69 0.39 0 0.42 0.53 115.29 0.27 0.37
Hex 49 78 45 27 0 2A 35 73 1B 25
Octal 111 170 105 47 0 52 65 163 33 45
Binary 1001001 1111000 1000101 100111 0 101010 110101 1110011 11011 100101

Color Harmonies of #497845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497845

Black with #497845

Text Example


Text Example

White with #497845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497845; }

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

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

background-color css

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

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

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

border-color css

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

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

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