Html Css Color HEX #497142 Fern Green

📋 copy color: '#497142'

red 73 ◦ green 113 ◦ blue 66

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

Shades of Fern Green #497142

Tints of Fern Green #497142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 28.97%
G = 44.84%
B = 26.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#497142 (or 0x497142) is known color: Fern Green. HEX triplet: 49, 71 and 42. RGB value is (73,113,66). Sum of RGB (Red+Green+Blue) = 73+113+66=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #497142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497142 is #B68EBD. Grayscale: #5F5F5F. Windows color (decimal): -11964094 or 4354377. OLE color: 4354377.

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

Color convert

RGB 73 113 66 -
CMYK 0.35 0 0.42 0.56
HSL 111.06º 0.26% 0.35% -
HSV(B) 111.06º 0.42% 0.44% -
XYZ 9.64 13.62 7.28 -
YUV 95.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 73 113 66 0.35 0 0.42 0.56 111.06 0.26 0.35
Hex 49 71 42 23 0 2A 38 6F 1A 23
Octal 111 161 102 43 0 52 70 157 32 43
Binary 1001001 1110001 1000010 100011 0 101010 111000 1101111 11010 100011

Color Harmonies of #497142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497142

Black with #497142

Text Example


Text Example

White with #497142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497142; }

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

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

background-color css

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

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

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

border-color css

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

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

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