#497B45

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

Shades of Fern Green #497B45

Tints of Fern Green #497B45

Color information

#497B45 (or 0x497B45) is unknown color: approx Fern Green. HEX triplet: 49, 7B and 45. RGB value is (73,123,69). Sum of RGB (Red+Green+Blue) = 73+123+69=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #497B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B45 is #B684BA. Grayscale: #666666. Windows color (decimal): -11961531 or 4553545. OLE color: 4553545.

HSL color Cylindrical-coordinate representation of color #497B45: hue angle of 115.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #497B45 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB7312369-
CMYK0.4100.440.52
HSL115.56º28.12%37.65%-
HSV(B)115.56º43.9%48.24%-
XYZ10.916.018.15-
YUV101.89109.44107.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=27.55%
G=46.42%
B=26.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73123690.4100.440.52115.5628.1237.65
Hex497B452902C34741c26
Octal11117310551054641643446
Binary1001001111101110001011010010101100110100111010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,123,69); }

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

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

 a { background-color: rgb(73,123,69); }

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

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

 span { border-color: rgb(73,123,69); }

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