#406E3F

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

Shades of Green House #406E3F

Tints of Green House #406E3F

Color information

#406E3F (or 0x406E3F) is unknown color: approx Green House. HEX triplet: 40, 6E and 3F. RGB value is (64,110,63). Sum of RGB (Red+Green+Blue) = 64+110+63=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #406E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E3F is #BF91C0. Grayscale: #5B5B5B. Windows color (decimal): -12554689 or 4156992. OLE color: 4156992.

HSL color Cylindrical-coordinate representation of color #406E3F: hue angle of 118.72º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406E3F is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB6411063-
CMYK0.4200.430.57
HSL118.72º27.17%33.92%-
HSV(B)118.72º42.73%43.14%-
XYZ8.5912.66.68-
YUV90.89112.26108.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 63 (25% from 255) = 26.58%
R=27.00%
G=46.41%
B=26.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110630.4200.430.57118.7227.1733.92
Hex406E3F2A02B39771b22
Octal1001567752053711673342
Binary100000011011101111111010100101011111001111011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406E3F; }

 p { color: rgb(64,110,63); }

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

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

 a { background-color: rgb(64,110,63); }

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

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

 span { border-color: rgb(64,110,63); }

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