Shades of Green House #426433
Tints of Green House #426433
RGB
CMYK
RGB Variations
Color information
#426433 (or 0x426433) is known color: Green House. HEX triplet: 42, 64 and 33. RGB value is (66,100,51). Sum of RGB (Red+Green+Blue) = 66+100+51=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #426433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426433 is #BD9BCC. Grayscale: #545454. Windows color (decimal): -12426189 or 3368002. OLE color: 3368002.
HSL color Cylindrical-coordinate representation of color #426433: hue angle of 101.63º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #426433 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 51 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.61 |
| HSL | 101.63º | 0.32% | 0.3% | - |
| HSV(B) | 101.63º | 0.49% | 0.39% | - |
| XYZ | 7.4 | 10.51 | 4.77 | - |
| YUV | 84.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 51 | 0.34 | 0 | 0.49 | 0.61 | 101.63 | 0.32 | 0.3 |
| Hex | 42 | 64 | 33 | 22 | 0 | 31 | 3D | 66 | 20 | 1E |
| Octal | 102 | 144 | 63 | 42 | 0 | 61 | 75 | 146 | 40 | 36 |
| Binary | 1000010 | 1100100 | 110011 | 100010 | 0 | 110001 | 111101 | 1100110 | 100000 | 11110 |
Color Harmonies of #426433
Complementary color
Monochromatic Colors of #426433
Black with #426433
Text Example
Text Example
White with #426433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426433; }
p { color: rgb(66,100,51); }
H1.HeaderClassName
{
color: #426433;
}
.AnyTagClassName
{
color: #426433;
}
</style>
background-color css
<style>
a { background-color: #426433; }
a { background-color: rgb(66,100,51); }
div.DivClassName
{
background-color: #426433;
}
.BgClassName
{
background-color: #426433;
}
</style>
border-color css
<style>
span { border-color: #426433; }
span { border-color: rgb(66,100,51); }
td.TdClassName
{
border-color: #426433;
}
.TagClassName
{
border-color: #426433;
}
</style>