#497338

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

Shades of Fern Green #497338

Tints of Fern Green #497338

Color information

#497338 (or 0x497338) is unknown color: approx Fern Green. HEX triplet: 49, 73 and 38. RGB value is (73,115,56). Sum of RGB (Red+Green+Blue) = 73+115+56=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #497338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497338 is #B68CC7. Grayscale: #5F5F5F. Windows color (decimal): -11963592 or 3699529. OLE color: 3699529.

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

Color convert

RGB7311556-
CMYK0.3700.510.55
HSL102.71º34.5%33.53%-
HSV(B)102.71º51.3%45.1%-
XYZ9.5913.965.93-
YUV95.72105.59111.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=29.92%
G=47.13%
B=22.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73115560.3700.510.55102.7134.533.53
Hex4973382503337672322
Octal1111637045063671474342
Binary1001001111001111100010010101100111101111100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497338; }

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

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

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

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

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

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

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

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