Shades of Green House #426F33
Tints of Green House #426F33
RGB
CMYK
RGB Variations
Color information
#426F33 (or 0x426F33) is known color: Green House. HEX triplet: 42, 6F and 33. RGB value is (66,111,51). Sum of RGB (Red+Green+Blue) = 66+111+51=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #426F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F33 is #BD90CC. Grayscale: #5A5A5A. Windows color (decimal): -12423373 or 3370818. OLE color: 3370818.
HSL color Cylindrical-coordinate representation of color #426F33: hue angle of 105º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426F33 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 111 | 51 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.56 |
| HSL | 105º | 0.37% | 0.32% | - |
| HSV(B) | 105º | 0.54% | 0.44% | - |
| XYZ | 8.53 | 12.77 | 5.15 | - |
| YUV | 90.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 51 | 0.41 | 0 | 0.54 | 0.56 | 105 | 0.37 | 0.32 |
| Hex | 42 | 6F | 33 | 29 | 0 | 36 | 38 | 69 | 25 | 20 |
| Octal | 102 | 157 | 63 | 51 | 0 | 66 | 70 | 151 | 45 | 40 |
| Binary | 1000010 | 1101111 | 110011 | 101001 | 0 | 110110 | 111000 | 1101001 | 100101 | 100000 |
Color Harmonies of #426F33
Complementary color
Monochromatic Colors of #426F33
Black with #426F33
Text Example
Text Example
White with #426F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F33; }
p { color: rgb(66,111,51); }
H1.HeaderClassName
{
color: #426F33;
}
.AnyTagClassName
{
color: #426F33;
}
</style>
background-color css
<style>
a { background-color: #426F33; }
a { background-color: rgb(66,111,51); }
div.DivClassName
{
background-color: #426F33;
}
.BgClassName
{
background-color: #426F33;
}
</style>
border-color css
<style>
span { border-color: #426F33; }
span { border-color: rgb(66,111,51); }
td.TdClassName
{
border-color: #426F33;
}
.TagClassName
{
border-color: #426F33;
}
</style>