Html Css Color HEX #497144 Fern Green

📋 copy color: '#497144'

red 73 ◦ green 113 ◦ blue 68

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

Shades of Fern Green #497144

Tints of Fern Green #497144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 28.74%
G = 44.49%
B = 26.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#497144 (or 0x497144) is known color: Fern Green. HEX triplet: 49, 71 and 44. RGB value is (73,113,68). Sum of RGB (Red+Green+Blue) = 73+113+68=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #497144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497144 is #B68EBB. Grayscale: #606060. Windows color (decimal): -11964092 or 4485449. OLE color: 4485449.

HSL color Cylindrical-coordinate representation of color #497144: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497144 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 68 -
CMYK 0.35 0 0.40 0.56
HSL 113.33º 0.25% 0.35% -
HSV(B) 113.33º 0.4% 0.44% -
XYZ 9.7 13.64 7.59 -
YUV 95.91 112.25 111.66 -
System Red Green Blue C M Y K H S L
Decimal 73 113 68 0.35 0 0.40 0.56 113.33 0.25 0.35
Hex 49 71 44 23 0 28 38 71 19 23
Octal 111 161 104 43 0 50 70 161 31 43
Binary 1001001 1110001 1000100 100011 0 101000 111000 1110001 11001 100011

Color Harmonies of #497144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497144

Black with #497144

Text Example


Text Example

White with #497144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497144; }

 p { color: rgb(73,113,68); }

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

background-color css

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

 a { background-color: rgb(73,113,68); }

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

border-color css

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

 span { border-color: rgb(73,113,68); }

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