Shades of Green House #35631B
Tints of Green House #35631B
RGB
CMYK
RGB Variations
Color information
#35631B (or 0x35631B) is known color: Green House. HEX triplet: 35, 63 and 1B. RGB value is (53,99,27). Sum of RGB (Red+Green+Blue) = 53+99+27=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #35631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35631B is #CA9CE4. Grayscale: #4D4D4D. Windows color (decimal): -13278437 or 1794869. OLE color: 1794869.
HSL color Cylindrical-coordinate representation of color #35631B: hue angle of 98.33º 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 #35631B is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 27 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.61 |
| HSL | 98.33º | 0.57% | 0.25% | - |
| HSV(B) | 98.33º | 0.73% | 0.39% | - |
| XYZ | 6.13 | 9.76 | 2.6 | - |
| YUV | 77.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 27 | 0.46 | 0 | 0.73 | 0.61 | 98.33 | 0.57 | 0.25 |
| Hex | 35 | 63 | 1B | 2E | 0 | 49 | 3D | 62 | 39 | 19 |
| Octal | 65 | 143 | 33 | 56 | 0 | 111 | 75 | 142 | 71 | 31 |
| Binary | 110101 | 1100011 | 11011 | 101110 | 0 | 1001001 | 111101 | 1100010 | 111001 | 11001 |
Color Harmonies of #35631B
Complementary color
Monochromatic Colors of #35631B
Black with #35631B
Text Example
Text Example
White with #35631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35631B; }
p { color: rgb(53,99,27); }
H1.HeaderClassName
{
color: #35631B;
}
.AnyTagClassName
{
color: #35631B;
}
</style>
background-color css
<style>
a { background-color: #35631B; }
a { background-color: rgb(53,99,27); }
div.DivClassName
{
background-color: #35631B;
}
.BgClassName
{
background-color: #35631B;
}
</style>
border-color css
<style>
span { border-color: #35631B; }
span { border-color: rgb(53,99,27); }
td.TdClassName
{
border-color: #35631B;
}
.TagClassName
{
border-color: #35631B;
}
</style>