Shades of Green House #40693B
Tints of Green House #40693B
RGB
CMYK
RGB Variations
Color information
#40693B (or 0x40693B) is known color: Green House. HEX triplet: 40, 69 and 3B. RGB value is (64,105,59). Sum of RGB (Red+Green+Blue) = 64+105+59=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #40693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40693B is #BF96C4. Grayscale: #575757. Windows color (decimal): -12555973 or 3893568. OLE color: 3893568.
HSL color Cylindrical-coordinate representation of color #40693B: hue angle of 113.48º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40693B is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 59 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.59 |
| HSL | 113.48º | 0.28% | 0.32% | - |
| HSV(B) | 113.48º | 0.44% | 0.41% | - |
| XYZ | 7.96 | 11.51 | 5.94 | - |
| YUV | 87.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 59 | 0.39 | 0 | 0.44 | 0.59 | 113.48 | 0.28 | 0.32 |
| Hex | 40 | 69 | 3B | 27 | 0 | 2C | 3B | 71 | 1C | 20 |
| Octal | 100 | 151 | 73 | 47 | 0 | 54 | 73 | 161 | 34 | 40 |
| Binary | 1000000 | 1101001 | 111011 | 100111 | 0 | 101100 | 111011 | 1110001 | 11100 | 100000 |
Color Harmonies of #40693B
Complementary color
Monochromatic Colors of #40693B
Black with #40693B
Text Example
Text Example
White with #40693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40693B; }
p { color: rgb(64,105,59); }
H1.HeaderClassName
{
color: #40693B;
}
.AnyTagClassName
{
color: #40693B;
}
</style>
background-color css
<style>
a { background-color: #40693B; }
a { background-color: rgb(64,105,59); }
div.DivClassName
{
background-color: #40693B;
}
.BgClassName
{
background-color: #40693B;
}
</style>
border-color css
<style>
span { border-color: #40693B; }
span { border-color: rgb(64,105,59); }
td.TdClassName
{
border-color: #40693B;
}
.TagClassName
{
border-color: #40693B;
}
</style>