Shades of Green House #3A5F38
Tints of Green House #3A5F38
RGB
CMYK
RGB Variations
Color information
#3A5F38 (or 0x3A5F38) is known color: Green House. HEX triplet: 3A, 5F and 38. RGB value is (58,95,56). Sum of RGB (Red+Green+Blue) = 58+95+56=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F38 is #C5A0C7. Grayscale: #4F4F4F. Windows color (decimal): -12951752 or 3694394. OLE color: 3694394.
HSL color Cylindrical-coordinate representation of color #3A5F38: hue angle of 116.92º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5F38 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 56 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.63 |
| HSL | 116.92º | 0.26% | 0.3% | - |
| HSV(B) | 116.92º | 0.41% | 0.37% | - |
| XYZ | 6.55 | 9.37 | 5.2 | - |
| YUV | 79.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 56 | 0.39 | 0 | 0.41 | 0.63 | 116.92 | 0.26 | 0.3 |
| Hex | 3A | 5F | 38 | 27 | 0 | 29 | 3F | 75 | 1A | 1E |
| Octal | 72 | 137 | 70 | 47 | 0 | 51 | 77 | 165 | 32 | 36 |
| Binary | 111010 | 1011111 | 111000 | 100111 | 0 | 101001 | 111111 | 1110101 | 11010 | 11110 |
Color Harmonies of #3A5F38
Complementary color
Monochromatic Colors of #3A5F38
Black with #3A5F38
Text Example
Text Example
White with #3A5F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F38; }
p { color: rgb(58,95,56); }
H1.HeaderClassName
{
color: #3A5F38;
}
.AnyTagClassName
{
color: #3A5F38;
}
</style>
background-color css
<style>
a { background-color: #3A5F38; }
a { background-color: rgb(58,95,56); }
div.DivClassName
{
background-color: #3A5F38;
}
.BgClassName
{
background-color: #3A5F38;
}
</style>
border-color css
<style>
span { border-color: #3A5F38; }
span { border-color: rgb(58,95,56); }
td.TdClassName
{
border-color: #3A5F38;
}
.TagClassName
{
border-color: #3A5F38;
}
</style>