Shades of Green House #40543A
Tints of Green House #40543A
RGB
CMYK
RGB Variations
Color information
#40543A (or 0x40543A) is known color: Green House. HEX triplet: 40, 54 and 3A. RGB value is (64,84,58). Sum of RGB (Red+Green+Blue) = 64+84+58=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #40543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543A is #BFABC5. Grayscale: #4B4B4B. Windows color (decimal): -12561350 or 3822656. OLE color: 3822656.
HSL color Cylindrical-coordinate representation of color #40543A: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40543A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 58 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.67 |
| HSL | 106.15º | 0.18% | 0.28% | - |
| HSV(B) | 106.15º | 0.31% | 0.33% | - |
| XYZ | 6.05 | 7.74 | 5.18 | - |
| YUV | 75.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 58 | 0.24 | 0 | 0.31 | 0.67 | 106.15 | 0.18 | 0.28 |
| Hex | 40 | 54 | 3A | 18 | 0 | 1F | 43 | 6A | 12 | 1C |
| Octal | 100 | 124 | 72 | 30 | 0 | 37 | 103 | 152 | 22 | 34 |
| Binary | 1000000 | 1010100 | 111010 | 11000 | 0 | 11111 | 1000011 | 1101010 | 10010 | 11100 |
Color Harmonies of #40543A
Complementary color
Monochromatic Colors of #40543A
Black with #40543A
Text Example
Text Example
White with #40543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40543A; }
p { color: rgb(64,84,58); }
H1.HeaderClassName
{
color: #40543A;
}
.AnyTagClassName
{
color: #40543A;
}
</style>
background-color css
<style>
a { background-color: #40543A; }
a { background-color: rgb(64,84,58); }
div.DivClassName
{
background-color: #40543A;
}
.BgClassName
{
background-color: #40543A;
}
</style>
border-color css
<style>
span { border-color: #40543A; }
span { border-color: rgb(64,84,58); }
td.TdClassName
{
border-color: #40543A;
}
.TagClassName
{
border-color: #40543A;
}
</style>