Shades of Green House #40633C
Tints of Green House #40633C
RGB
CMYK
RGB Variations
Color information
#40633C (or 0x40633C) is known color: Green House. HEX triplet: 40, 63 and 3C. RGB value is (64,99,60). Sum of RGB (Red+Green+Blue) = 64+99+60=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #40633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40633C is #BF9CC3. Grayscale: #545454. Windows color (decimal): -12557508 or 3957568. OLE color: 3957568.
HSL color Cylindrical-coordinate representation of color #40633C: hue angle of 113.85º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40633C is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 60 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.61 |
| HSL | 113.85º | 0.25% | 0.31% | - |
| HSV(B) | 113.85º | 0.39% | 0.39% | - |
| XYZ | 7.39 | 10.34 | 5.88 | - |
| YUV | 84.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 60 | 0.35 | 0 | 0.39 | 0.61 | 113.85 | 0.25 | 0.31 |
| Hex | 40 | 63 | 3C | 23 | 0 | 27 | 3D | 72 | 19 | 1F |
| Octal | 100 | 143 | 74 | 43 | 0 | 47 | 75 | 162 | 31 | 37 |
| Binary | 1000000 | 1100011 | 111100 | 100011 | 0 | 100111 | 111101 | 1110010 | 11001 | 11111 |
Color Harmonies of #40633C
Complementary color
Monochromatic Colors of #40633C
Black with #40633C
Text Example
Text Example
White with #40633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40633C; }
p { color: rgb(64,99,60); }
H1.HeaderClassName
{
color: #40633C;
}
.AnyTagClassName
{
color: #40633C;
}
</style>
background-color css
<style>
a { background-color: #40633C; }
a { background-color: rgb(64,99,60); }
div.DivClassName
{
background-color: #40633C;
}
.BgClassName
{
background-color: #40633C;
}
</style>
border-color css
<style>
span { border-color: #40633C; }
span { border-color: rgb(64,99,60); }
td.TdClassName
{
border-color: #40633C;
}
.TagClassName
{
border-color: #40633C;
}
</style>