#406F2F

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

Shades of Green House #406F2F

Tints of Green House #406F2F

Color information

#406F2F (or 0x406F2F) is unknown color: approx Green House. HEX triplet: 40, 6F and 2F. RGB value is (64,111,47). Sum of RGB (Red+Green+Blue) = 64+111+47=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #406F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F2F is #BF90D0. Grayscale: #595959. Windows color (decimal): -12554449 or 3108672. OLE color: 3108672.

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

Color convert

RGB6411147-
CMYK0.4200.580.56
HSL104.06º40.51%30.98%-
HSV(B)104.06º57.66%43.53%-
XYZ8.3112.664.7-
YUV89.65103.93109.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=28.83%
G=50%
B=21.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111470.4200.580.56104.0640.5130.98
Hex406F2F2A03A3868291f
Octal1001575752072701505137
Binary100000011011111011111010100111010111000110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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