#497A41

Color #497A41 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #497A41

Tints of Fern Green #497A41

Color information

#497A41 (or 0x497A41) is unknown color: approx Fern Green. HEX triplet: 49, 7A and 41. RGB value is (73,122,65). Sum of RGB (Red+Green+Blue) = 73+122+65=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #497A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A41 is #B685BE. Grayscale: #656565. Windows color (decimal): -11961791 or 4291145. OLE color: 4291145.

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

Color convert

RGB7312265-
CMYK0.4000.470.52
HSL111.58º30.48%36.67%-
HSV(B)111.58º46.72%47.84%-
XYZ10.6615.727.47-
YUV100.85107.77108.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 122 (48.05% from 255) = 46.92%
BLUE value IS 65 (25.78% from 255) = 25%
R=28.08%
G=46.92%
B=25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122650.4000.470.52111.5830.4836.67
Hex497A412802F34701e25
Octal11117210150057641603645
Binary1001001111101010000011010000101111110100111000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #497A41;
 }
 .AnyTagClassName
 {
   color: #497A41;
 }
</style>
background-color css

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

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

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

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

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

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