Shades of Green House #42603A
Tints of Green House #42603A
RGB
CMYK
RGB Variations
Color information
#42603A (or 0x42603A) is known color: Green House. HEX triplet: 42, 60 and 3A. RGB value is (66,96,58). Sum of RGB (Red+Green+Blue) = 66+96+58=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #42603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42603A is #BD9FC5. Grayscale: #525252. Windows color (decimal): -12427206 or 3825730. OLE color: 3825730.
HSL color Cylindrical-coordinate representation of color #42603A: hue angle of 107.37º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42603A is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 58 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.62 |
| HSL | 107.37º | 0.25% | 0.3% | - |
| HSV(B) | 107.37º | 0.4% | 0.38% | - |
| XYZ | 7.19 | 9.83 | 5.52 | - |
| YUV | 82.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 58 | 0.31 | 0 | 0.40 | 0.62 | 107.37 | 0.25 | 0.3 |
| Hex | 42 | 60 | 3A | 1F | 0 | 28 | 3E | 6B | 19 | 1E |
| Octal | 102 | 140 | 72 | 37 | 0 | 50 | 76 | 153 | 31 | 36 |
| Binary | 1000010 | 1100000 | 111010 | 11111 | 0 | 101000 | 111110 | 1101011 | 11001 | 11110 |
Color Harmonies of #42603A
Complementary color
Monochromatic Colors of #42603A
Black with #42603A
Text Example
Text Example
White with #42603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42603A; }
p { color: rgb(66,96,58); }
H1.HeaderClassName
{
color: #42603A;
}
.AnyTagClassName
{
color: #42603A;
}
</style>
background-color css
<style>
a { background-color: #42603A; }
a { background-color: rgb(66,96,58); }
div.DivClassName
{
background-color: #42603A;
}
.BgClassName
{
background-color: #42603A;
}
</style>
border-color css
<style>
span { border-color: #42603A; }
span { border-color: rgb(66,96,58); }
td.TdClassName
{
border-color: #42603A;
}
.TagClassName
{
border-color: #42603A;
}
</style>