Shades of Green House #3A5D38
Tints of Green House #3A5D38
RGB
CMYK
RGB Variations
Color information
#3A5D38 (or 0x3A5D38) is known color: Green House. HEX triplet: 3A, 5D and 38. RGB value is (58,93,56). Sum of RGB (Red+Green+Blue) = 58+93+56=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D38 is #C5A2C7. Grayscale: #4E4E4E. Windows color (decimal): -12952264 or 3693882. OLE color: 3693882.
HSL color Cylindrical-coordinate representation of color #3A5D38: hue angle of 116.76º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A5D38 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 56 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.64 |
| HSL | 116.76º | 0.25% | 0.29% | - |
| HSV(B) | 116.76º | 0.4% | 0.36% | - |
| XYZ | 6.37 | 9.01 | 5.15 | - |
| YUV | 78.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 56 | 0.38 | 0 | 0.40 | 0.64 | 116.76 | 0.25 | 0.29 |
| Hex | 3A | 5D | 38 | 26 | 0 | 28 | 40 | 75 | 19 | 1D |
| Octal | 72 | 135 | 70 | 46 | 0 | 50 | 100 | 165 | 31 | 35 |
| Binary | 111010 | 1011101 | 111000 | 100110 | 0 | 101000 | 1000000 | 1110101 | 11001 | 11101 |
Color Harmonies of #3A5D38
Complementary color
Monochromatic Colors of #3A5D38
Black with #3A5D38
Text Example
Text Example
White with #3A5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D38; }
p { color: rgb(58,93,56); }
H1.HeaderClassName
{
color: #3A5D38;
}
.AnyTagClassName
{
color: #3A5D38;
}
</style>
background-color css
<style>
a { background-color: #3A5D38; }
a { background-color: rgb(58,93,56); }
div.DivClassName
{
background-color: #3A5D38;
}
.BgClassName
{
background-color: #3A5D38;
}
</style>
border-color css
<style>
span { border-color: #3A5D38; }
span { border-color: rgb(58,93,56); }
td.TdClassName
{
border-color: #3A5D38;
}
.TagClassName
{
border-color: #3A5D38;
}
</style>