Shades of Green House #42643C
Tints of Green House #42643C
RGB
CMYK
RGB Variations
Color information
#42643C (or 0x42643C) is known color: Green House. HEX triplet: 42, 64 and 3C. RGB value is (66,100,60). Sum of RGB (Red+Green+Blue) = 66+100+60=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #42643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42643C is #BD9BC3. Grayscale: #555555. Windows color (decimal): -12426180 or 3957826. OLE color: 3957826.
HSL color Cylindrical-coordinate representation of color #42643C: hue angle of 111º 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 #42643C is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 60 | - |
| CMYK | 0.34 | 0 | 0.4 | 0.61 |
| HSL | 111º | 0.25% | 0.31% | - |
| HSV(B) | 111º | 0.4% | 0.39% | - |
| XYZ | 7.62 | 10.6 | 5.92 | - |
| YUV | 85.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 60 | 0.34 | 0 | 0.4 | 0.61 | 111 | 0.25 | 0.31 |
| Hex | 42 | 64 | 3C | 22 | 0 | 28 | 3D | 6F | 19 | 1F |
| Octal | 102 | 144 | 74 | 42 | 0 | 50 | 75 | 157 | 31 | 37 |
| Binary | 1000010 | 1100100 | 111100 | 100010 | 0 | 101000 | 111101 | 1101111 | 11001 | 11111 |
Color Harmonies of #42643C
Complementary color
Monochromatic Colors of #42643C
Black with #42643C
Text Example
Text Example
White with #42643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42643C; }
p { color: rgb(66,100,60); }
H1.HeaderClassName
{
color: #42643C;
}
.AnyTagClassName
{
color: #42643C;
}
</style>
background-color css
<style>
a { background-color: #42643C; }
a { background-color: rgb(66,100,60); }
div.DivClassName
{
background-color: #42643C;
}
.BgClassName
{
background-color: #42643C;
}
</style>
border-color css
<style>
span { border-color: #42643C; }
span { border-color: rgb(66,100,60); }
td.TdClassName
{
border-color: #42643C;
}
.TagClassName
{
border-color: #42643C;
}
</style>