Shades of Green House #3B612F
Tints of Green House #3B612F
RGB
CMYK
RGB Variations
Color information
#3B612F (or 0x3B612F) is known color: Green House. HEX triplet: 3B, 61 and 2F. RGB value is (59,97,47). Sum of RGB (Red+Green+Blue) = 59+97+47=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #3B612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B612F is #C49ED0. Grayscale: #505050. Windows color (decimal): -12885713 or 3105083. OLE color: 3105083.
HSL color Cylindrical-coordinate representation of color #3B612F: hue angle of 105.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B612F is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 97 | 47 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.62 |
| HSL | 105.6º | 0.35% | 0.28% | - |
| HSV(B) | 105.6º | 0.52% | 0.38% | - |
| XYZ | 6.59 | 9.68 | 4.21 | - |
| YUV | 79.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 47 | 0.39 | 0 | 0.52 | 0.62 | 105.6 | 0.35 | 0.28 |
| Hex | 3B | 61 | 2F | 27 | 0 | 34 | 3E | 6A | 23 | 1C |
| Octal | 73 | 141 | 57 | 47 | 0 | 64 | 76 | 152 | 43 | 34 |
| Binary | 111011 | 1100001 | 101111 | 100111 | 0 | 110100 | 111110 | 1101010 | 100011 | 11100 |
Color Harmonies of #3B612F
Complementary color
Monochromatic Colors of #3B612F
Black with #3B612F
Text Example
Text Example
White with #3B612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B612F; }
p { color: rgb(59,97,47); }
H1.HeaderClassName
{
color: #3B612F;
}
.AnyTagClassName
{
color: #3B612F;
}
</style>
background-color css
<style>
a { background-color: #3B612F; }
a { background-color: rgb(59,97,47); }
div.DivClassName
{
background-color: #3B612F;
}
.BgClassName
{
background-color: #3B612F;
}
</style>
border-color css
<style>
span { border-color: #3B612F; }
span { border-color: rgb(59,97,47); }
td.TdClassName
{
border-color: #3B612F;
}
.TagClassName
{
border-color: #3B612F;
}
</style>