Shades of Green House #3A5F36
Tints of Green House #3A5F36
RGB
CMYK
RGB Variations
Color information
#3A5F36 (or 0x3A5F36) is known color: Green House. HEX triplet: 3A, 5F and 36. RGB value is (58,95,54). Sum of RGB (Red+Green+Blue) = 58+95+54=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F36 is #C5A0C9. Grayscale: #4F4F4F. Windows color (decimal): -12951754 or 3563322. OLE color: 3563322.
HSL color Cylindrical-coordinate representation of color #3A5F36: hue angle of 114.15º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5F36 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 54 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.63 |
| HSL | 114.15º | 0.28% | 0.29% | - |
| HSV(B) | 114.15º | 0.43% | 0.37% | - |
| XYZ | 6.5 | 9.35 | 4.95 | - |
| YUV | 79.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 54 | 0.39 | 0 | 0.43 | 0.63 | 114.15 | 0.28 | 0.29 |
| Hex | 3A | 5F | 36 | 27 | 0 | 2B | 3F | 72 | 1C | 1D |
| Octal | 72 | 137 | 66 | 47 | 0 | 53 | 77 | 162 | 34 | 35 |
| Binary | 111010 | 1011111 | 110110 | 100111 | 0 | 101011 | 111111 | 1110010 | 11100 | 11101 |
Color Harmonies of #3A5F36
Complementary color
Monochromatic Colors of #3A5F36
Black with #3A5F36
Text Example
Text Example
White with #3A5F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F36; }
p { color: rgb(58,95,54); }
H1.HeaderClassName
{
color: #3A5F36;
}
.AnyTagClassName
{
color: #3A5F36;
}
</style>
background-color css
<style>
a { background-color: #3A5F36; }
a { background-color: rgb(58,95,54); }
div.DivClassName
{
background-color: #3A5F36;
}
.BgClassName
{
background-color: #3A5F36;
}
</style>
border-color css
<style>
span { border-color: #3A5F36; }
span { border-color: rgb(58,95,54); }
td.TdClassName
{
border-color: #3A5F36;
}
.TagClassName
{
border-color: #3A5F36;
}
</style>