#406B2C

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

Shades of Green House #406B2C

Tints of Green House #406B2C

Color information

#406B2C (or 0x406B2C) is unknown color: approx Green House. HEX triplet: 40, 6B and 2C. RGB value is (64,107,44). Sum of RGB (Red+Green+Blue) = 64+107+44=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #406B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B2C is #BF94D3. Grayscale: #575757. Windows color (decimal): -12555476 or 2911040. OLE color: 2911040.

HSL color Cylindrical-coordinate representation of color #406B2C: hue angle of 100.95º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406B2C is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB6410744-
CMYK0.4000.590.58
HSL100.95º41.72%29.61%-
HSV(B)100.95º58.88%41.96%-
XYZ7.8311.794.25-
YUV86.96103.75111.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=29.77%
G=49.77%
B=20.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107440.4000.590.58100.9541.7229.61
Hex406B2C2803B3A652a1e
Octal1001535450073721455236
Binary100000011010111011001010000111011111010110010110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,44); }

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

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

 a { background-color: rgb(64,107,44); }

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

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

 span { border-color: rgb(64,107,44); }

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