Shades of Green House #426033
Tints of Green House #426033
RGB
CMYK
RGB Variations
Color information
#426033 (or 0x426033) is known color: Green House. HEX triplet: 42, 60 and 33. RGB value is (66,96,51). Sum of RGB (Red+Green+Blue) = 66+96+51=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #426033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426033 is #BD9FCC. Grayscale: #525252. Windows color (decimal): -12427213 or 3366978. OLE color: 3366978.
HSL color Cylindrical-coordinate representation of color #426033: hue angle of 100º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #426033 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 51 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.62 |
| HSL | 100º | 0.31% | 0.29% | - |
| HSV(B) | 100º | 0.47% | 0.38% | - |
| XYZ | 7.03 | 9.76 | 4.65 | - |
| YUV | 81.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 51 | 0.31 | 0 | 0.47 | 0.62 | 100 | 0.31 | 0.29 |
| Hex | 42 | 60 | 33 | 1F | 0 | 2F | 3E | 64 | 1F | 1D |
| Octal | 102 | 140 | 63 | 37 | 0 | 57 | 76 | 144 | 37 | 35 |
| Binary | 1000010 | 1100000 | 110011 | 11111 | 0 | 101111 | 111110 | 1100100 | 11111 | 11101 |
Color Harmonies of #426033
Complementary color
Monochromatic Colors of #426033
Black with #426033
Text Example
Text Example
White with #426033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426033; }
p { color: rgb(66,96,51); }
H1.HeaderClassName
{
color: #426033;
}
.AnyTagClassName
{
color: #426033;
}
</style>
background-color css
<style>
a { background-color: #426033; }
a { background-color: rgb(66,96,51); }
div.DivClassName
{
background-color: #426033;
}
.BgClassName
{
background-color: #426033;
}
</style>
border-color css
<style>
span { border-color: #426033; }
span { border-color: rgb(66,96,51); }
td.TdClassName
{
border-color: #426033;
}
.TagClassName
{
border-color: #426033;
}
</style>