Shades of Green House #42563C
Tints of Green House #42563C
RGB
CMYK
RGB Variations
Color information
#42563C (or 0x42563C) is known color: Green House. HEX triplet: 42, 56 and 3C. RGB value is (66,86,60). Sum of RGB (Red+Green+Blue) = 66+86+60=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #42563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42563C is #BDA9C3. Grayscale: #4D4D4D. Windows color (decimal): -12429764 or 3954242. OLE color: 3954242.
HSL color Cylindrical-coordinate representation of color #42563C: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42563C is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 60 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.66 |
| HSL | 106.15º | 0.18% | 0.29% | - |
| HSV(B) | 106.15º | 0.3% | 0.34% | - |
| XYZ | 6.39 | 8.14 | 5.51 | - |
| YUV | 77.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 60 | 0.23 | 0 | 0.30 | 0.66 | 106.15 | 0.18 | 0.29 |
| Hex | 42 | 56 | 3C | 17 | 0 | 1E | 42 | 6A | 12 | 1D |
| Octal | 102 | 126 | 74 | 27 | 0 | 36 | 102 | 152 | 22 | 35 |
| Binary | 1000010 | 1010110 | 111100 | 10111 | 0 | 11110 | 1000010 | 1101010 | 10010 | 11101 |
Color Harmonies of #42563C
Complementary color
Monochromatic Colors of #42563C
Black with #42563C
Text Example
Text Example
White with #42563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42563C; }
p { color: rgb(66,86,60); }
H1.HeaderClassName
{
color: #42563C;
}
.AnyTagClassName
{
color: #42563C;
}
</style>
background-color css
<style>
a { background-color: #42563C; }
a { background-color: rgb(66,86,60); }
div.DivClassName
{
background-color: #42563C;
}
.BgClassName
{
background-color: #42563C;
}
</style>
border-color css
<style>
span { border-color: #42563C; }
span { border-color: rgb(66,86,60); }
td.TdClassName
{
border-color: #42563C;
}
.TagClassName
{
border-color: #42563C;
}
</style>