#466F3E

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

Shades of Fern Green #466F3E

Tints of Fern Green #466F3E

Color information

#466F3E (or 0x466F3E) is unknown color: approx Fern Green. HEX triplet: 46, 6F and 3E. RGB value is (70,111,62). Sum of RGB (Red+Green+Blue) = 70+111+62=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #466F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F3E is #B990C1. Grayscale: #5D5D5D. Windows color (decimal): -12161218 or 4091718. OLE color: 4091718.

HSL color Cylindrical-coordinate representation of color #466F3E: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466F3E is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB7011162-
CMYK0.3700.440.56
HSL110.2º28.32%33.92%-
HSV(B)110.2º44.14%43.53%-
XYZ9.0813.026.59-
YUV93.15110.42111.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 111 (43.75% from 255) = 45.68%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=28.81%
G=45.68%
B=25.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70111620.3700.440.56110.228.3233.92
Hex466F3E2502C386e1c22
Octal1061577645054701563442
Binary100011011011111111101001010101100111000110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,111,62); }

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

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

 a { background-color: rgb(70,111,62); }

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

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

 span { border-color: rgb(70,111,62); }

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