Shades of Green House #42643B
Tints of Green House #42643B
RGB
CMYK
RGB Variations
Color information
#42643B (or 0x42643B) is known color: Green House. HEX triplet: 42, 64 and 3B. RGB value is (66,100,59). Sum of RGB (Red+Green+Blue) = 66+100+59=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #42643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42643B is #BD9BC4. Grayscale: #555555. Windows color (decimal): -12426181 or 3892290. OLE color: 3892290.
HSL color Cylindrical-coordinate representation of color #42643B: hue angle of 109.76º 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 #42643B is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 59 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.61 |
| HSL | 109.76º | 0.26% | 0.31% | - |
| HSV(B) | 109.76º | 0.41% | 0.39% | - |
| XYZ | 7.59 | 10.59 | 5.78 | - |
| YUV | 85.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 59 | 0.34 | 0 | 0.41 | 0.61 | 109.76 | 0.26 | 0.31 |
| Hex | 42 | 64 | 3B | 22 | 0 | 29 | 3D | 6E | 1A | 1F |
| Octal | 102 | 144 | 73 | 42 | 0 | 51 | 75 | 156 | 32 | 37 |
| Binary | 1000010 | 1100100 | 111011 | 100010 | 0 | 101001 | 111101 | 1101110 | 11010 | 11111 |
Color Harmonies of #42643B
Complementary color
Monochromatic Colors of #42643B
Black with #42643B
Text Example
Text Example
White with #42643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42643B; }
p { color: rgb(66,100,59); }
H1.HeaderClassName
{
color: #42643B;
}
.AnyTagClassName
{
color: #42643B;
}
</style>
background-color css
<style>
a { background-color: #42643B; }
a { background-color: rgb(66,100,59); }
div.DivClassName
{
background-color: #42643B;
}
.BgClassName
{
background-color: #42643B;
}
</style>
border-color css
<style>
span { border-color: #42643B; }
span { border-color: rgb(66,100,59); }
td.TdClassName
{
border-color: #42643B;
}
.TagClassName
{
border-color: #42643B;
}
</style>