Shades of Green House #42693B
Tints of Green House #42693B
RGB
CMYK
RGB Variations
Color information
#42693B (or 0x42693B) is known color: Green House. HEX triplet: 42, 69 and 3B. RGB value is (66,105,59). Sum of RGB (Red+Green+Blue) = 66+105+59=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #42693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42693B is #BD96C4. Grayscale: #585858. Windows color (decimal): -12424901 or 3893570. OLE color: 3893570.
HSL color Cylindrical-coordinate representation of color #42693B: hue angle of 110.87º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42693B is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 105 | 59 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.59 |
| HSL | 110.87º | 0.28% | 0.32% | - |
| HSV(B) | 110.87º | 0.44% | 0.41% | - |
| XYZ | 8.09 | 11.58 | 5.95 | - |
| YUV | 88.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 59 | 0.37 | 0 | 0.44 | 0.59 | 110.87 | 0.28 | 0.32 |
| Hex | 42 | 69 | 3B | 25 | 0 | 2C | 3B | 6F | 1C | 20 |
| Octal | 102 | 151 | 73 | 45 | 0 | 54 | 73 | 157 | 34 | 40 |
| Binary | 1000010 | 1101001 | 111011 | 100101 | 0 | 101100 | 111011 | 1101111 | 11100 | 100000 |
Color Harmonies of #42693B
Complementary color
Monochromatic Colors of #42693B
Black with #42693B
Text Example
Text Example
White with #42693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42693B; }
p { color: rgb(66,105,59); }
H1.HeaderClassName
{
color: #42693B;
}
.AnyTagClassName
{
color: #42693B;
}
</style>
background-color css
<style>
a { background-color: #42693B; }
a { background-color: rgb(66,105,59); }
div.DivClassName
{
background-color: #42693B;
}
.BgClassName
{
background-color: #42693B;
}
</style>
border-color css
<style>
span { border-color: #42693B; }
span { border-color: rgb(66,105,59); }
td.TdClassName
{
border-color: #42693B;
}
.TagClassName
{
border-color: #42693B;
}
</style>