Shades of Green House #40643C
Tints of Green House #40643C
RGB
CMYK
RGB Variations
Color information
#40643C (or 0x40643C) is known color: Green House. HEX triplet: 40, 64 and 3C. RGB value is (64,100,60). Sum of RGB (Red+Green+Blue) = 64+100+60=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #40643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40643C is #BF9BC3. Grayscale: #545454. Windows color (decimal): -12557252 or 3957824. OLE color: 3957824.
HSL color Cylindrical-coordinate representation of color #40643C: hue angle of 114º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40643C is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 60 | - |
| CMYK | 0.36 | 0 | 0.4 | 0.61 |
| HSL | 114º | 0.25% | 0.31% | - |
| HSV(B) | 114º | 0.4% | 0.39% | - |
| XYZ | 7.49 | 10.53 | 5.91 | - |
| YUV | 84.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 60 | 0.36 | 0 | 0.4 | 0.61 | 114 | 0.25 | 0.31 |
| Hex | 40 | 64 | 3C | 24 | 0 | 28 | 3D | 72 | 19 | 1F |
| Octal | 100 | 144 | 74 | 44 | 0 | 50 | 75 | 162 | 31 | 37 |
| Binary | 1000000 | 1100100 | 111100 | 100100 | 0 | 101000 | 111101 | 1110010 | 11001 | 11111 |
Color Harmonies of #40643C
Complementary color
Monochromatic Colors of #40643C
Black with #40643C
Text Example
Text Example
White with #40643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40643C; }
p { color: rgb(64,100,60); }
H1.HeaderClassName
{
color: #40643C;
}
.AnyTagClassName
{
color: #40643C;
}
</style>
background-color css
<style>
a { background-color: #40643C; }
a { background-color: rgb(64,100,60); }
div.DivClassName
{
background-color: #40643C;
}
.BgClassName
{
background-color: #40643C;
}
</style>
border-color css
<style>
span { border-color: #40643C; }
span { border-color: rgb(64,100,60); }
td.TdClassName
{
border-color: #40643C;
}
.TagClassName
{
border-color: #40643C;
}
</style>