Html Css Color HEX #497745 Fern Green

📋 copy color: '#497745'

red 73 ◦ green 119 ◦ blue 69

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

Shades of Fern Green #497745

Tints of Fern Green #497745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

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

R = 27.97%
G = 45.59%
B = 26.44%

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

#497745 (or 0x497745) is known color: Fern Green. HEX triplet: 49, 77 and 45. RGB value is (73,119,69). Sum of RGB (Red+Green+Blue) = 73+119+69=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #497745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497745 is #B688BA. Grayscale: #636363. Windows color (decimal): -11962555 or 4552521. OLE color: 4552521.

HSL color Cylindrical-coordinate representation of color #497745: hue angle of 115.2º degrees, saturation: 0.27, 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 #497745 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 69 -
CMYK 0.39 0 0.42 0.53
HSL 115.2º 0.27% 0.37% -
HSV(B) 115.2º 0.42% 0.47% -
XYZ 10.42 15.04 7.98 -
YUV 99.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 73 119 69 0.39 0 0.42 0.53 115.2 0.27 0.37
Hex 49 77 45 27 0 2A 35 73 1B 25
Octal 111 167 105 47 0 52 65 163 33 45
Binary 1001001 1110111 1000101 100111 0 101010 110101 1110011 11011 100101

Color Harmonies of #497745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497745

Black with #497745

Text Example


Text Example

White with #497745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497745; }

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

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

background-color css

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

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

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

border-color css

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

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

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