Html Css Color HEX #497846 Fern Green

📋 copy color: '#497846'

red 73 ◦ green 120 ◦ blue 70

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

Shades of Fern Green #497846

Tints of Fern Green #497846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 27.76%
G = 45.63%
B = 26.62%

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

#497846 (or 0x497846) is known color: Fern Green. HEX triplet: 49, 78 and 46. RGB value is (73,120,70). Sum of RGB (Red+Green+Blue) = 73+120+70=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #497846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497846 is #B687B9. Grayscale: #646464. Windows color (decimal): -11962298 or 4618313. OLE color: 4618313.

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

Color convert

RGB 73 120 70 -
CMYK 0.39 0 0.42 0.53
HSL 116.4º 0.26% 0.37% -
HSV(B) 116.4º 0.42% 0.47% -
XYZ 10.57 15.29 8.19 -
YUV 100.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 73 120 70 0.39 0 0.42 0.53 116.4 0.26 0.37
Hex 49 78 46 27 0 2A 35 74 1A 25
Octal 111 170 106 47 0 52 65 164 32 45
Binary 1001001 1111000 1000110 100111 0 101010 110101 1110100 11010 100101

Color Harmonies of #497846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497846

Black with #497846

Text Example


Text Example

White with #497846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497846; }

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

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

background-color css

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

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

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

border-color css

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

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

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