Shades of Green House #42643A
Tints of Green House #42643A
RGB
CMYK
RGB Variations
Color information
#42643A (or 0x42643A) is known color: Green House. HEX triplet: 42, 64 and 3A. RGB value is (66,100,58). Sum of RGB (Red+Green+Blue) = 66+100+58=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #42643A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42643A is #BD9BC5. Grayscale: #555555. Windows color (decimal): -12426182 or 3826754. OLE color: 3826754.
HSL color Cylindrical-coordinate representation of color #42643A: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42643A is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 58 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.61 |
| HSL | 108.57º | 0.27% | 0.31% | - |
| HSV(B) | 108.57º | 0.42% | 0.39% | - |
| XYZ | 7.57 | 10.58 | 5.65 | - |
| YUV | 85.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 58 | 0.34 | 0 | 0.42 | 0.61 | 108.57 | 0.27 | 0.31 |
| Hex | 42 | 64 | 3A | 22 | 0 | 2A | 3D | 6D | 1B | 1F |
| Octal | 102 | 144 | 72 | 42 | 0 | 52 | 75 | 155 | 33 | 37 |
| Binary | 1000010 | 1100100 | 111010 | 100010 | 0 | 101010 | 111101 | 1101101 | 11011 | 11111 |
Color Harmonies of #42643A
Complementary color
Monochromatic Colors of #42643A
Black with #42643A
Text Example
Text Example
White with #42643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42643A; }
p { color: rgb(66,100,58); }
H1.HeaderClassName
{
color: #42643A;
}
.AnyTagClassName
{
color: #42643A;
}
</style>
background-color css
<style>
a { background-color: #42643A; }
a { background-color: rgb(66,100,58); }
div.DivClassName
{
background-color: #42643A;
}
.BgClassName
{
background-color: #42643A;
}
</style>
border-color css
<style>
span { border-color: #42643A; }
span { border-color: rgb(66,100,58); }
td.TdClassName
{
border-color: #42643A;
}
.TagClassName
{
border-color: #42643A;
}
</style>