Shades of Green House #426833
Tints of Green House #426833
RGB
CMYK
RGB Variations
Color information
#426833 (or 0x426833) is known color: Green House. HEX triplet: 42, 68 and 33. RGB value is (66,104,51). Sum of RGB (Red+Green+Blue) = 66+104+51=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #426833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426833 is #BD97CC. Grayscale: #565656. Windows color (decimal): -12425165 or 3369026. OLE color: 3369026.
HSL color Cylindrical-coordinate representation of color #426833: hue angle of 103.02º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426833 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 51 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.59 |
| HSL | 103.02º | 0.34% | 0.3% | - |
| HSV(B) | 103.02º | 0.51% | 0.41% | - |
| XYZ | 7.79 | 11.3 | 4.9 | - |
| YUV | 86.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 51 | 0.37 | 0 | 0.51 | 0.59 | 103.02 | 0.34 | 0.3 |
| Hex | 42 | 68 | 33 | 25 | 0 | 33 | 3B | 67 | 22 | 1E |
| Octal | 102 | 150 | 63 | 45 | 0 | 63 | 73 | 147 | 42 | 36 |
| Binary | 1000010 | 1101000 | 110011 | 100101 | 0 | 110011 | 111011 | 1100111 | 100010 | 11110 |
Color Harmonies of #426833
Complementary color
Monochromatic Colors of #426833
Black with #426833
Text Example
Text Example
White with #426833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426833; }
p { color: rgb(66,104,51); }
H1.HeaderClassName
{
color: #426833;
}
.AnyTagClassName
{
color: #426833;
}
</style>
background-color css
<style>
a { background-color: #426833; }
a { background-color: rgb(66,104,51); }
div.DivClassName
{
background-color: #426833;
}
.BgClassName
{
background-color: #426833;
}
</style>
border-color css
<style>
span { border-color: #426833; }
span { border-color: rgb(66,104,51); }
td.TdClassName
{
border-color: #426833;
}
.TagClassName
{
border-color: #426833;
}
</style>