Shades of Green House #426333
Tints of Green House #426333
RGB
CMYK
RGB Variations
Color information
#426333 (or 0x426333) is known color: Green House. HEX triplet: 42, 63 and 33. RGB value is (66,99,51). Sum of RGB (Red+Green+Blue) = 66+99+51=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #426333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426333 is #BD9CCC. Grayscale: #535353. Windows color (decimal): -12426445 or 3367746. OLE color: 3367746.
HSL color Cylindrical-coordinate representation of color #426333: hue angle of 101.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426333 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 99 | 51 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.61 |
| HSL | 101.25º | 0.32% | 0.29% | - |
| HSV(B) | 101.25º | 0.48% | 0.39% | - |
| XYZ | 7.31 | 10.32 | 4.74 | - |
| YUV | 83.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 51 | 0.33 | 0 | 0.48 | 0.61 | 101.25 | 0.32 | 0.29 |
| Hex | 42 | 63 | 33 | 21 | 0 | 30 | 3D | 65 | 20 | 1D |
| Octal | 102 | 143 | 63 | 41 | 0 | 60 | 75 | 145 | 40 | 35 |
| Binary | 1000010 | 1100011 | 110011 | 100001 | 0 | 110000 | 111101 | 1100101 | 100000 | 11101 |
Color Harmonies of #426333
Complementary color
Monochromatic Colors of #426333
Black with #426333
Text Example
Text Example
White with #426333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426333; }
p { color: rgb(66,99,51); }
H1.HeaderClassName
{
color: #426333;
}
.AnyTagClassName
{
color: #426333;
}
</style>
background-color css
<style>
a { background-color: #426333; }
a { background-color: rgb(66,99,51); }
div.DivClassName
{
background-color: #426333;
}
.BgClassName
{
background-color: #426333;
}
</style>
border-color css
<style>
span { border-color: #426333; }
span { border-color: rgb(66,99,51); }
td.TdClassName
{
border-color: #426333;
}
.TagClassName
{
border-color: #426333;
}
</style>