#406F3D

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

Shades of Green House #406F3D

Tints of Green House #406F3D

Color information

#406F3D (or 0x406F3D) is unknown color: approx Green House. HEX triplet: 40, 6F and 3D. RGB value is (64,111,61). Sum of RGB (Red+Green+Blue) = 64+111+61=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #406F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F3D is #BF90C2. Grayscale: #5B5B5B. Windows color (decimal): -12554435 or 4026176. OLE color: 4026176.

HSL color Cylindrical-coordinate representation of color #406F3D: hue angle of 116.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #406F3D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB6411161-
CMYK0.4200.450.56
HSL116.4º29.07%33.73%-
HSV(B)116.4º45.05%43.53%-
XYZ8.6412.86.43-
YUV91.25110.93108.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=27.12%
G=47.03%
B=25.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111610.4200.450.56116.429.0733.73
Hex406F3D2A02D38741d22
Octal1001577552055701643542
Binary100000011011111111011010100101101111000111010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,61); }

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

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

 a { background-color: rgb(64,111,61); }

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

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

 span { border-color: rgb(64,111,61); }

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