Shades of Green House #3A6F31
Tints of Green House #3A6F31
RGB
CMYK
RGB Variations
Color information
#3A6F31 (or 0x3A6F31) is known color: Green House. HEX triplet: 3A, 6F and 31. RGB value is (58,111,49). Sum of RGB (Red+Green+Blue) = 58+111+49=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F31 is #C590CE. Grayscale: #585858. Windows color (decimal): -12947663 or 3239738. OLE color: 3239738.
HSL color Cylindrical-coordinate representation of color #3A6F31: hue angle of 111.29º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A6F31 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 49 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.56 |
| HSL | 111.29º | 0.39% | 0.31% | - |
| HSV(B) | 111.29º | 0.56% | 0.44% | - |
| XYZ | 7.98 | 12.49 | 4.9 | - |
| YUV | 88.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 49 | 0.48 | 0 | 0.56 | 0.56 | 111.29 | 0.39 | 0.31 |
| Hex | 3A | 6F | 31 | 30 | 0 | 38 | 38 | 6F | 27 | 1F |
| Octal | 72 | 157 | 61 | 60 | 0 | 70 | 70 | 157 | 47 | 37 |
| Binary | 111010 | 1101111 | 110001 | 110000 | 0 | 111000 | 111000 | 1101111 | 100111 | 11111 |
Color Harmonies of #3A6F31
Complementary color
Monochromatic Colors of #3A6F31
Black with #3A6F31
Text Example
Text Example
White with #3A6F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F31; }
p { color: rgb(58,111,49); }
H1.HeaderClassName
{
color: #3A6F31;
}
.AnyTagClassName
{
color: #3A6F31;
}
</style>
background-color css
<style>
a { background-color: #3A6F31; }
a { background-color: rgb(58,111,49); }
div.DivClassName
{
background-color: #3A6F31;
}
.BgClassName
{
background-color: #3A6F31;
}
</style>
border-color css
<style>
span { border-color: #3A6F31; }
span { border-color: rgb(58,111,49); }
td.TdClassName
{
border-color: #3A6F31;
}
.TagClassName
{
border-color: #3A6F31;
}
</style>