Shades of Green House #3B702D
Tints of Green House #3B702D
RGB
CMYK
RGB Variations
Color information
#3B702D (or 0x3B702D) is known color: Green House. HEX triplet: 3B, 70 and 2D. RGB value is (59,112,45). Sum of RGB (Red+Green+Blue) = 59+112+45=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #3B702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B702D is #C48FD2. Grayscale: #585858. Windows color (decimal): -12881875 or 2977851. OLE color: 2977851.
HSL color Cylindrical-coordinate representation of color #3B702D: hue angle of 107.46º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B702D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 45 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.56 |
| HSL | 107.46º | 0.43% | 0.31% | - |
| HSV(B) | 107.46º | 0.6% | 0.44% | - |
| XYZ | 8.07 | 12.71 | 4.51 | - |
| YUV | 88.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 45 | 0.47 | 0 | 0.60 | 0.56 | 107.46 | 0.43 | 0.31 |
| Hex | 3B | 70 | 2D | 2F | 0 | 3C | 38 | 6B | 2B | 1F |
| Octal | 73 | 160 | 55 | 57 | 0 | 74 | 70 | 153 | 53 | 37 |
| Binary | 111011 | 1110000 | 101101 | 101111 | 0 | 111100 | 111000 | 1101011 | 101011 | 11111 |
Color Harmonies of #3B702D
Complementary color
Monochromatic Colors of #3B702D
Black with #3B702D
Text Example
Text Example
White with #3B702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B702D; }
p { color: rgb(59,112,45); }
H1.HeaderClassName
{
color: #3B702D;
}
.AnyTagClassName
{
color: #3B702D;
}
</style>
background-color css
<style>
a { background-color: #3B702D; }
a { background-color: rgb(59,112,45); }
div.DivClassName
{
background-color: #3B702D;
}
.BgClassName
{
background-color: #3B702D;
}
</style>
border-color css
<style>
span { border-color: #3B702D; }
span { border-color: rgb(59,112,45); }
td.TdClassName
{
border-color: #3B702D;
}
.TagClassName
{
border-color: #3B702D;
}
</style>