Html Css Color HEX #497A42 Fern Green

📋 copy color: '#497A42'

red 73 ◦ green 122 ◦ blue 66

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

Shades of Fern Green #497A42

Tints of Fern Green #497A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

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

R = 27.97%
G = 46.74%
B = 25.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#497A42 (or 0x497A42) is known color: Fern Green. HEX triplet: 49, 7A and 42. RGB value is (73,122,66). Sum of RGB (Red+Green+Blue) = 73+122+66=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #497A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A42 is #B685BD. Grayscale: #656565. Windows color (decimal): -11961790 or 4356681. OLE color: 4356681.

HSL color Cylindrical-coordinate representation of color #497A42: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497A42 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 66 -
CMYK 0.40 0 0.46 0.52
HSL 112.5º 0.3% 0.37% -
HSV(B) 112.5º 0.46% 0.48% -
XYZ 10.69 15.73 7.63 -
YUV 100.97 108.27 108.05 -
System Red Green Blue C M Y K H S L
Decimal 73 122 66 0.40 0 0.46 0.52 112.5 0.3 0.37
Hex 49 7A 42 28 0 2E 34 70 1E 25
Octal 111 172 102 50 0 56 64 160 36 45
Binary 1001001 1111010 1000010 101000 0 101110 110100 1110000 11110 100101

Color Harmonies of #497A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A42

Black with #497A42

Text Example


Text Example

White with #497A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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