Shades of Green House #33631B
Tints of Green House #33631B
RGB
CMYK
RGB Variations
Color information
#33631B (or 0x33631B) is known color: Green House. HEX triplet: 33, 63 and 1B. RGB value is (51,99,27). Sum of RGB (Red+Green+Blue) = 51+99+27=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #33631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33631B is #CC9CE4. Grayscale: #4C4C4C. Windows color (decimal): -13409509 or 1794867. OLE color: 1794867.
HSL color Cylindrical-coordinate representation of color #33631B: hue angle of 100º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33631B is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 99 | 27 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.61 |
| HSL | 100º | 0.57% | 0.25% | - |
| HSV(B) | 100º | 0.73% | 0.39% | - |
| XYZ | 6.02 | 9.71 | 2.59 | - |
| YUV | 76.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 27 | 0.48 | 0 | 0.73 | 0.61 | 100 | 0.57 | 0.25 |
| Hex | 33 | 63 | 1B | 30 | 0 | 49 | 3D | 64 | 39 | 19 |
| Octal | 63 | 143 | 33 | 60 | 0 | 111 | 75 | 144 | 71 | 31 |
| Binary | 110011 | 1100011 | 11011 | 110000 | 0 | 1001001 | 111101 | 1100100 | 111001 | 11001 |
Color Harmonies of #33631B
Complementary color
Monochromatic Colors of #33631B
Black with #33631B
Text Example
Text Example
White with #33631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33631B; }
p { color: rgb(51,99,27); }
H1.HeaderClassName
{
color: #33631B;
}
.AnyTagClassName
{
color: #33631B;
}
</style>
background-color css
<style>
a { background-color: #33631B; }
a { background-color: rgb(51,99,27); }
div.DivClassName
{
background-color: #33631B;
}
.BgClassName
{
background-color: #33631B;
}
</style>
border-color css
<style>
span { border-color: #33631B; }
span { border-color: rgb(51,99,27); }
td.TdClassName
{
border-color: #33631B;
}
.TagClassName
{
border-color: #33631B;
}
</style>