Html Css Color HEX #497546 Fern Green

📋 copy color: '#497546'

red 73 ◦ green 117 ◦ blue 70

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

Shades of Fern Green #497546

Tints of Fern Green #497546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 28.08%
G = 45%
B = 26.92%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#497546 (or 0x497546) is known color: Fern Green. HEX triplet: 49, 75 and 46. RGB value is (73,117,70). Sum of RGB (Red+Green+Blue) = 73+117+70=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #497546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497546 is #B68AB9. Grayscale: #626262. Windows color (decimal): -11963066 or 4617545. OLE color: 4617545.

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

Color convert

RGB 73 117 70 -
CMYK 0.38 0 0.40 0.54
HSL 116.17º 0.25% 0.37% -
HSV(B) 116.17º 0.4% 0.46% -
XYZ 10.21 14.58 8.07 -
YUV 98.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 73 117 70 0.38 0 0.40 0.54 116.17 0.25 0.37
Hex 49 75 46 26 0 28 36 74 19 25
Octal 111 165 106 46 0 50 66 164 31 45
Binary 1001001 1110101 1000110 100110 0 101000 110110 1110100 11001 100101

Color Harmonies of #497546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497546

Black with #497546

Text Example


Text Example

White with #497546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497546; }

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

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

background-color css

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

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

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

border-color css

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

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

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