#406E2E

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

Shades of Green House #406E2E

Tints of Green House #406E2E

Color information

#406E2E (or 0x406E2E) is unknown color: approx Green House. HEX triplet: 40, 6E and 2E. RGB value is (64,110,46). Sum of RGB (Red+Green+Blue) = 64+110+46=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #406E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E2E is #BF91D1. Grayscale: #595959. Windows color (decimal): -12554706 or 3042880. OLE color: 3042880.

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

Color convert

RGB6411046-
CMYK0.4200.580.57
HSL103.12º41.03%30.59%-
HSV(B)103.12º58.18%43.14%-
XYZ8.1812.444.55-
YUV88.95103.76110.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 110 (43.36% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=29.09%
G=50%
B=20.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110460.4200.580.57103.1241.0330.59
Hex406E2E2A03A3967291f
Octal1001565652072711475137
Binary100000011011101011101010100111010111001110011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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