Shades of Green House #3B6334
Tints of Green House #3B6334
RGB
CMYK
RGB Variations
Color information
#3B6334 (or 0x3B6334) is known color: Green House. HEX triplet: 3B, 63 and 34. RGB value is (59,99,52). Sum of RGB (Red+Green+Blue) = 59+99+52=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6334 is #C49CCB. Grayscale: #515151. Windows color (decimal): -12885196 or 3433275. OLE color: 3433275.
HSL color Cylindrical-coordinate representation of color #3B6334: hue angle of 111.06º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6334 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 52 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.61 |
| HSL | 111.06º | 0.31% | 0.3% | - |
| HSV(B) | 111.06º | 0.47% | 0.39% | - |
| XYZ | 6.89 | 10.1 | 4.84 | - |
| YUV | 81.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 52 | 0.40 | 0 | 0.47 | 0.61 | 111.06 | 0.31 | 0.3 |
| Hex | 3B | 63 | 34 | 28 | 0 | 2F | 3D | 6F | 1F | 1E |
| Octal | 73 | 143 | 64 | 50 | 0 | 57 | 75 | 157 | 37 | 36 |
| Binary | 111011 | 1100011 | 110100 | 101000 | 0 | 101111 | 111101 | 1101111 | 11111 | 11110 |
Color Harmonies of #3B6334
Complementary color
Monochromatic Colors of #3B6334
Black with #3B6334
Text Example
Text Example
White with #3B6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6334; }
p { color: rgb(59,99,52); }
H1.HeaderClassName
{
color: #3B6334;
}
.AnyTagClassName
{
color: #3B6334;
}
</style>
background-color css
<style>
a { background-color: #3B6334; }
a { background-color: rgb(59,99,52); }
div.DivClassName
{
background-color: #3B6334;
}
.BgClassName
{
background-color: #3B6334;
}
</style>
border-color css
<style>
span { border-color: #3B6334; }
span { border-color: rgb(59,99,52); }
td.TdClassName
{
border-color: #3B6334;
}
.TagClassName
{
border-color: #3B6334;
}
</style>