Shades of Green House #40643B
Tints of Green House #40643B
RGB
CMYK
RGB Variations
Color information
#40643B (or 0x40643B) is known color: Green House. HEX triplet: 40, 64 and 3B. RGB value is (64,100,59). Sum of RGB (Red+Green+Blue) = 64+100+59=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #40643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40643B is #BF9BC4. Grayscale: #545454. Windows color (decimal): -12557253 or 3892288. OLE color: 3892288.
HSL color Cylindrical-coordinate representation of color #40643B: hue angle of 112.68º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40643B is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 59 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.61 |
| HSL | 112.68º | 0.26% | 0.31% | - |
| HSV(B) | 112.68º | 0.41% | 0.39% | - |
| XYZ | 7.46 | 10.52 | 5.78 | - |
| YUV | 84.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 59 | 0.36 | 0 | 0.41 | 0.61 | 112.68 | 0.26 | 0.31 |
| Hex | 40 | 64 | 3B | 24 | 0 | 29 | 3D | 71 | 1A | 1F |
| Octal | 100 | 144 | 73 | 44 | 0 | 51 | 75 | 161 | 32 | 37 |
| Binary | 1000000 | 1100100 | 111011 | 100100 | 0 | 101001 | 111101 | 1110001 | 11010 | 11111 |
Color Harmonies of #40643B
Complementary color
Monochromatic Colors of #40643B
Black with #40643B
Text Example
Text Example
White with #40643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40643B; }
p { color: rgb(64,100,59); }
H1.HeaderClassName
{
color: #40643B;
}
.AnyTagClassName
{
color: #40643B;
}
</style>
background-color css
<style>
a { background-color: #40643B; }
a { background-color: rgb(64,100,59); }
div.DivClassName
{
background-color: #40643B;
}
.BgClassName
{
background-color: #40643B;
}
</style>
border-color css
<style>
span { border-color: #40643B; }
span { border-color: rgb(64,100,59); }
td.TdClassName
{
border-color: #40643B;
}
.TagClassName
{
border-color: #40643B;
}
</style>