Shades of Green House #33641A
Tints of Green House #33641A
RGB
CMYK
RGB Variations
Color information
#33641A (or 0x33641A) is known color: Green House. HEX triplet: 33, 64 and 1A. RGB value is (51,100,26). Sum of RGB (Red+Green+Blue) = 51+100+26=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #33641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33641A is #CC9BE5. Grayscale: #4D4D4D. Windows color (decimal): -13409254 or 1729587. OLE color: 1729587.
HSL color Cylindrical-coordinate representation of color #33641A: hue angle of 99.73º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33641A is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 100 | 26 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.61 |
| HSL | 99.73º | 0.59% | 0.25% | - |
| HSV(B) | 99.73º | 0.74% | 0.39% | - |
| XYZ | 6.11 | 9.89 | 2.56 | - |
| YUV | 76.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 26 | 0.49 | 0 | 0.74 | 0.61 | 99.73 | 0.59 | 0.25 |
| Hex | 33 | 64 | 1A | 31 | 0 | 4A | 3D | 64 | 3B | 19 |
| Octal | 63 | 144 | 32 | 61 | 0 | 112 | 75 | 144 | 73 | 31 |
| Binary | 110011 | 1100100 | 11010 | 110001 | 0 | 1001010 | 111101 | 1100100 | 111011 | 11001 |
Color Harmonies of #33641A
Complementary color
Monochromatic Colors of #33641A
Black with #33641A
Text Example
Text Example
White with #33641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33641A; }
p { color: rgb(51,100,26); }
H1.HeaderClassName
{
color: #33641A;
}
.AnyTagClassName
{
color: #33641A;
}
</style>
background-color css
<style>
a { background-color: #33641A; }
a { background-color: rgb(51,100,26); }
div.DivClassName
{
background-color: #33641A;
}
.BgClassName
{
background-color: #33641A;
}
</style>
border-color css
<style>
span { border-color: #33641A; }
span { border-color: rgb(51,100,26); }
td.TdClassName
{
border-color: #33641A;
}
.TagClassName
{
border-color: #33641A;
}
</style>