Shades of Green House #40633A
Tints of Green House #40633A
RGB
CMYK
RGB Variations
Color information
#40633A (or 0x40633A) is known color: Green House. HEX triplet: 40, 63 and 3A. RGB value is (64,99,58). Sum of RGB (Red+Green+Blue) = 64+99+58=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #40633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40633A is #BF9CC5. Grayscale: #535353. Windows color (decimal): -12557510 or 3826496. OLE color: 3826496.
HSL color Cylindrical-coordinate representation of color #40633A: hue angle of 111.22º 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 #40633A is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 58 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.61 |
| HSL | 111.22º | 0.26% | 0.31% | - |
| HSV(B) | 111.22º | 0.41% | 0.39% | - |
| XYZ | 7.34 | 10.32 | 5.61 | - |
| YUV | 83.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 58 | 0.35 | 0 | 0.41 | 0.61 | 111.22 | 0.26 | 0.31 |
| Hex | 40 | 63 | 3A | 23 | 0 | 29 | 3D | 6F | 1A | 1F |
| Octal | 100 | 143 | 72 | 43 | 0 | 51 | 75 | 157 | 32 | 37 |
| Binary | 1000000 | 1100011 | 111010 | 100011 | 0 | 101001 | 111101 | 1101111 | 11010 | 11111 |
Color Harmonies of #40633A
Complementary color
Monochromatic Colors of #40633A
Black with #40633A
Text Example
Text Example
White with #40633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40633A; }
p { color: rgb(64,99,58); }
H1.HeaderClassName
{
color: #40633A;
}
.AnyTagClassName
{
color: #40633A;
}
</style>
background-color css
<style>
a { background-color: #40633A; }
a { background-color: rgb(64,99,58); }
div.DivClassName
{
background-color: #40633A;
}
.BgClassName
{
background-color: #40633A;
}
</style>
border-color css
<style>
span { border-color: #40633A; }
span { border-color: rgb(64,99,58); }
td.TdClassName
{
border-color: #40633A;
}
.TagClassName
{
border-color: #40633A;
}
</style>