#497535

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

Shades of Fern Green #497535

Tints of Fern Green #497535

Color information

#497535 (or 0x497535) is unknown color: approx Fern Green. HEX triplet: 49, 75 and 35. RGB value is (73,117,53). Sum of RGB (Red+Green+Blue) = 73+117+53=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #497535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497535 is #B68ACA. Grayscale: #606060. Windows color (decimal): -11963083 or 3503433. OLE color: 3503433.

HSL color Cylindrical-coordinate representation of color #497535: hue angle of 101.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497535 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB7311753-
CMYK0.3800.550.54
HSL101.25º37.65%33.33%-
HSV(B)101.25º54.7%45.88%-
XYZ9.7514.45.63-
YUV96.55103.42111.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=30.04%
G=48.15%
B=21.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117530.3800.550.54101.2537.6533.33
Hex4975352603736652621
Octal1111656546067661454641
Binary1001001111010111010110011001101111101101100101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497535; }

 p { color: rgb(73,117,53); }

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

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

 a { background-color: rgb(73,117,53); }

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

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

 span { border-color: rgb(73,117,53); }

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