#406E2F

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

Shades of Green House #406E2F

Tints of Green House #406E2F

Color information

#406E2F (or 0x406E2F) is unknown color: approx Green House. HEX triplet: 40, 6E and 2F. RGB value is (64,110,47). Sum of RGB (Red+Green+Blue) = 64+110+47=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #406E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E2F is #BF91D0. Grayscale: #595959. Windows color (decimal): -12554705 or 3108416. OLE color: 3108416.

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

Color convert

RGB6411047-
CMYK0.4200.570.57
HSL103.81º40.13%30.78%-
HSV(B)103.81º57.27%43.14%-
XYZ8.212.454.66-
YUV89.06104.26110.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=28.96%
G=49.77%
B=21.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110470.4200.570.57103.8140.1330.78
Hex406E2F2A0393968281f
Octal1001565752071711505037
Binary100000011011101011111010100111001111001110100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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