Html Css Color HEX #497244 Fern Green

📋 copy color: '#497244'

red 73 ◦ green 114 ◦ blue 68

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

Shades of Fern Green #497244

Tints of Fern Green #497244

RGB

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

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

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

R = 28.63%
G = 44.71%
B = 26.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#497244 (or 0x497244) is known color: Fern Green. HEX triplet: 49, 72 and 44. RGB value is (73,114,68). Sum of RGB (Red+Green+Blue) = 73+114+68=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #497244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497244 is #B68DBB. Grayscale: #606060. Windows color (decimal): -11963836 or 4485705. OLE color: 4485705.

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

Color convert

RGB 73 114 68 -
CMYK 0.36 0 0.40 0.55
HSL 113.48º 0.25% 0.36% -
HSV(B) 113.48º 0.4% 0.45% -
XYZ 9.81 13.87 7.63 -
YUV 96.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 73 114 68 0.36 0 0.40 0.55 113.48 0.25 0.36
Hex 49 72 44 24 0 28 37 71 19 24
Octal 111 162 104 44 0 50 67 161 31 44
Binary 1001001 1110010 1000100 100100 0 101000 110111 1110001 11001 100100

Color Harmonies of #497244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497244

Black with #497244

Text Example


Text Example

White with #497244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497244; }

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

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

background-color css

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

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

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

border-color css

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

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

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