Html Css Color HEX #497645 Fern Green

📋 copy color: '#497645'

red 73 ◦ green 118 ◦ blue 69

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

Shades of Fern Green #497645

Tints of Fern Green #497645

RGB

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

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

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

R = 28.08%
G = 45.38%
B = 26.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#497645 (or 0x497645) is known color: Fern Green. HEX triplet: 49, 76 and 45. RGB value is (73,118,69). Sum of RGB (Red+Green+Blue) = 73+118+69=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #497645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497645 is #B689BA. Grayscale: #636363. Windows color (decimal): -11962811 or 4552265. OLE color: 4552265.

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

Color convert

RGB 73 118 69 -
CMYK 0.38 0 0.42 0.54
HSL 115.1º 0.26% 0.37% -
HSV(B) 115.1º 0.42% 0.46% -
XYZ 10.3 14.8 7.94 -
YUV 98.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 73 118 69 0.38 0 0.42 0.54 115.1 0.26 0.37
Hex 49 76 45 26 0 2A 36 73 1A 25
Octal 111 166 105 46 0 52 66 163 32 45
Binary 1001001 1110110 1000101 100110 0 101010 110110 1110011 11010 100101

Color Harmonies of #497645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497645

Black with #497645

Text Example


Text Example

White with #497645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497645; }

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

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

background-color css

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

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

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

border-color css

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

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

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