#497534

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

Shades of Fern Green #497534

Tints of Fern Green #497534

Color information

#497534 (or 0x497534) is unknown color: approx Fern Green. HEX triplet: 49, 75 and 34. RGB value is (73,117,52). Sum of RGB (Red+Green+Blue) = 73+117+52=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #497534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497534 is #B68ACB. Grayscale: #606060. Windows color (decimal): -11963084 or 3437897. OLE color: 3437897.

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

Color convert

RGB7311752-
CMYK0.3800.560.54
HSL100.62º38.46%33.14%-
HSV(B)100.62º55.56%45.88%-
XYZ9.7314.395.51-
YUV96.43102.92111.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=30.17%
G=48.35%
B=21.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73117520.3800.560.54100.6238.4633.14
Hex4975342603836652621
Octal1111656446070661454641
Binary1001001111010111010010011001110001101101100101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497534; }

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

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

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

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

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

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

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

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