#499240

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

Shades of Fern Green #499240

Tints of Fern Green #499240

Color information

#499240 (or 0x499240) is unknown color: approx Fern Green. HEX triplet: 49, 92 and 40. RGB value is (73,146,64). Sum of RGB (Red+Green+Blue) = 73+146+64=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #499240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499240 is #B66DBF. Grayscale: #737373. Windows color (decimal): -11955648 or 4231753. OLE color: 4231753.

HSL color Cylindrical-coordinate representation of color #499240: hue angle of 113.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499240 is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB7314664-
CMYK0.500.560.43
HSL113.41º39.05%41.18%-
HSV(B)113.41º56.16%57.25%-
XYZ13.9522.348.43-
YUV114.8299.3298.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=25.80%
G=51.59%
B=22.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146640.500.560.43113.4139.0541.18
Hex499240320382B712729
Octal11122210062070531614751
Binary100100110010010100000011001001110001010111110001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499240; }

 p { color: rgb(73,146,64); }

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

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

 a { background-color: rgb(73,146,64); }

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

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

 span { border-color: rgb(73,146,64); }

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