#466D40

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

Shades of Fern Green #466D40

Tints of Fern Green #466D40

Color information

#466D40 (or 0x466D40) is unknown color: approx Fern Green. HEX triplet: 46, 6D and 40. RGB value is (70,109,64). Sum of RGB (Red+Green+Blue) = 70+109+64=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #466D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466D40 is #B992BF. Grayscale: #5C5C5C. Windows color (decimal): -12161728 or 4222278. OLE color: 4222278.

HSL color Cylindrical-coordinate representation of color #466D40: hue angle of 112º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466D40 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB7010964-
CMYK0.3600.410.57
HSL112º26.01%33.92%-
HSV(B)112º41.28%42.75%-
XYZ8.9212.616.81-
YUV92.21112.08112.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=28.81%
G=44.86%
B=26.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70109640.3600.410.5711226.0133.92
Hex466D402402939701a22
Octal10615510044051711603242
Binary1000110110110110000001001000101001111001111000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466D40; }

 p { color: rgb(70,109,64); }

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

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

 a { background-color: rgb(70,109,64); }

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

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

 span { border-color: rgb(70,109,64); }

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