Html Css Color HEX #497342 Fern Green

📋 copy color: '#497342'

red 73 ◦ green 115 ◦ blue 66

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

Shades of Fern Green #497342

Tints of Fern Green #497342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 28.74%
G = 45.28%
B = 25.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#497342 (or 0x497342) is known color: Fern Green. HEX triplet: 49, 73 and 42. RGB value is (73,115,66). Sum of RGB (Red+Green+Blue) = 73+115+66=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #497342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497342 is #B68CBD. Grayscale: #616161. Windows color (decimal): -11963582 or 4354889. OLE color: 4354889.

HSL color Cylindrical-coordinate representation of color #497342: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497342 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 66 -
CMYK 0.37 0 0.43 0.55
HSL 111.43º 0.27% 0.35% -
HSV(B) 111.43º 0.43% 0.45% -
XYZ 9.86 14.07 7.35 -
YUV 96.86 110.59 110.98 -
System Red Green Blue C M Y K H S L
Decimal 73 115 66 0.37 0 0.43 0.55 111.43 0.27 0.35
Hex 49 73 42 25 0 2B 37 6F 1B 23
Octal 111 163 102 45 0 53 67 157 33 43
Binary 1001001 1110011 1000010 100101 0 101011 110111 1101111 11011 100011

Color Harmonies of #497342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497342

Black with #497342

Text Example


Text Example

White with #497342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497342; }

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

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

background-color css

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

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

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

border-color css

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

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

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