Html Css Color HEX #497646 Fern Green

📋 copy color: '#497646'

red 73 ◦ green 118 ◦ blue 70

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

Shades of Fern Green #497646

Tints of Fern Green #497646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.21%

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

R = 27.97%
G = 45.21%
B = 26.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#497646 (or 0x497646) is known color: Fern Green. HEX triplet: 49, 76 and 46. RGB value is (73,118,70). Sum of RGB (Red+Green+Blue) = 73+118+70=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #497646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497646 is #B689B9. Grayscale: #636363. Windows color (decimal): -11962810 or 4617801. OLE color: 4617801.

HSL color Cylindrical-coordinate representation of color #497646: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497646 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 70 -
CMYK 0.38 0 0.41 0.54
HSL 116.25º 0.26% 0.37% -
HSV(B) 116.25º 0.41% 0.46% -
XYZ 10.33 14.82 8.11 -
YUV 99.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 73 118 70 0.38 0 0.41 0.54 116.25 0.26 0.37
Hex 49 76 46 26 0 29 36 74 1A 25
Octal 111 166 106 46 0 51 66 164 32 45
Binary 1001001 1110110 1000110 100110 0 101001 110110 1110100 11010 100101

Color Harmonies of #497646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497646

Black with #497646

Text Example


Text Example

White with #497646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497646; }

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

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

background-color css

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

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

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

border-color css

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

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

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