Html Css Color HEX #497246 Fern Green

📋 copy color: '#497246'

red 73 ◦ green 114 ◦ blue 70

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

Shades of Fern Green #497246

Tints of Fern Green #497246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

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

R = 28.4%
G = 44.36%
B = 27.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#497246 (or 0x497246) is known color: Fern Green. HEX triplet: 49, 72 and 46. RGB value is (73,114,70). Sum of RGB (Red+Green+Blue) = 73+114+70=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #497246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497246 is #B68DB9. Grayscale: #606060. Windows color (decimal): -11963834 or 4616777. OLE color: 4616777.

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

Color convert

RGB 73 114 70 -
CMYK 0.36 0 0.39 0.55
HSL 115.91º 0.24% 0.36% -
HSV(B) 115.91º 0.39% 0.45% -
XYZ 9.87 13.89 7.96 -
YUV 96.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 73 114 70 0.36 0 0.39 0.55 115.91 0.24 0.36
Hex 49 72 46 24 0 27 37 74 18 24
Octal 111 162 106 44 0 47 67 164 30 44
Binary 1001001 1110010 1000110 100100 0 100111 110111 1110100 11000 100100

Color Harmonies of #497246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497246

Black with #497246

Text Example


Text Example

White with #497246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497246; }

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

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

background-color css

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

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

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

border-color css

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

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

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