Shades of Green House #3B6631
Tints of Green House #3B6631
RGB
CMYK
RGB Variations
Color information
#3B6631 (or 0x3B6631) is known color: Green House. HEX triplet: 3B, 66 and 31. RGB value is (59,102,49). Sum of RGB (Red+Green+Blue) = 59+102+49=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6631 is #C499CE. Grayscale: #535353. Windows color (decimal): -12884431 or 3237435. OLE color: 3237435.
HSL color Cylindrical-coordinate representation of color #3B6631: hue angle of 108.68º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B6631 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 49 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.6 |
| HSL | 108.68º | 0.35% | 0.3% | - |
| HSV(B) | 108.68º | 0.52% | 0.4% | - |
| XYZ | 7.11 | 10.65 | 4.59 | - |
| YUV | 83.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 49 | 0.42 | 0 | 0.52 | 0.6 | 108.68 | 0.35 | 0.3 |
| Hex | 3B | 66 | 31 | 2A | 0 | 34 | 3C | 6D | 23 | 1E |
| Octal | 73 | 146 | 61 | 52 | 0 | 64 | 74 | 155 | 43 | 36 |
| Binary | 111011 | 1100110 | 110001 | 101010 | 0 | 110100 | 111100 | 1101101 | 100011 | 11110 |
Color Harmonies of #3B6631
Complementary color
Monochromatic Colors of #3B6631
Black with #3B6631
Text Example
Text Example
White with #3B6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6631; }
p { color: rgb(59,102,49); }
H1.HeaderClassName
{
color: #3B6631;
}
.AnyTagClassName
{
color: #3B6631;
}
</style>
background-color css
<style>
a { background-color: #3B6631; }
a { background-color: rgb(59,102,49); }
div.DivClassName
{
background-color: #3B6631;
}
.BgClassName
{
background-color: #3B6631;
}
</style>
border-color css
<style>
span { border-color: #3B6631; }
span { border-color: rgb(59,102,49); }
td.TdClassName
{
border-color: #3B6631;
}
.TagClassName
{
border-color: #3B6631;
}
</style>