Shades of Green House #40543B
Tints of Green House #40543B
RGB
CMYK
RGB Variations
Color information
#40543B (or 0x40543B) is known color: Green House. HEX triplet: 40, 54 and 3B. RGB value is (64,84,59). Sum of RGB (Red+Green+Blue) = 64+84+59=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #40543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543B is #BFABC4. Grayscale: #4B4B4B. Windows color (decimal): -12561349 or 3888192. OLE color: 3888192.
HSL color Cylindrical-coordinate representation of color #40543B: hue angle of 108º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40543B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 59 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.67 |
| HSL | 108º | 0.17% | 0.28% | - |
| HSV(B) | 108º | 0.3% | 0.33% | - |
| XYZ | 6.07 | 7.75 | 5.31 | - |
| YUV | 75.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 59 | 0.24 | 0 | 0.30 | 0.67 | 108 | 0.17 | 0.28 |
| Hex | 40 | 54 | 3B | 18 | 0 | 1E | 43 | 6C | 11 | 1C |
| Octal | 100 | 124 | 73 | 30 | 0 | 36 | 103 | 154 | 21 | 34 |
| Binary | 1000000 | 1010100 | 111011 | 11000 | 0 | 11110 | 1000011 | 1101100 | 10001 | 11100 |
Color Harmonies of #40543B
Complementary color
Monochromatic Colors of #40543B
Black with #40543B
Text Example
Text Example
White with #40543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40543B; }
p { color: rgb(64,84,59); }
H1.HeaderClassName
{
color: #40543B;
}
.AnyTagClassName
{
color: #40543B;
}
</style>
background-color css
<style>
a { background-color: #40543B; }
a { background-color: rgb(64,84,59); }
div.DivClassName
{
background-color: #40543B;
}
.BgClassName
{
background-color: #40543B;
}
</style>
border-color css
<style>
span { border-color: #40543B; }
span { border-color: rgb(64,84,59); }
td.TdClassName
{
border-color: #40543B;
}
.TagClassName
{
border-color: #40543B;
}
</style>