Shades of Green House #3A5D2F
Tints of Green House #3A5D2F
RGB
CMYK
RGB Variations
Color information
#3A5D2F (or 0x3A5D2F) is known color: Green House. HEX triplet: 3A, 5D and 2F. RGB value is (58,93,47). Sum of RGB (Red+Green+Blue) = 58+93+47=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D2F is #C5A2D0. Grayscale: #4D4D4D. Windows color (decimal): -12952273 or 3104058. OLE color: 3104058.
HSL color Cylindrical-coordinate representation of color #3A5D2F: hue angle of 105.65º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A5D2F is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 47 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.64 |
| HSL | 105.65º | 0.33% | 0.27% | - |
| HSV(B) | 105.65º | 0.49% | 0.36% | - |
| XYZ | 6.17 | 8.93 | 4.09 | - |
| YUV | 77.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 47 | 0.38 | 0 | 0.49 | 0.64 | 105.65 | 0.33 | 0.27 |
| Hex | 3A | 5D | 2F | 26 | 0 | 31 | 40 | 6A | 21 | 1B |
| Octal | 72 | 135 | 57 | 46 | 0 | 61 | 100 | 152 | 41 | 33 |
| Binary | 111010 | 1011101 | 101111 | 100110 | 0 | 110001 | 1000000 | 1101010 | 100001 | 11011 |
Color Harmonies of #3A5D2F
Complementary color
Monochromatic Colors of #3A5D2F
Black with #3A5D2F
Text Example
Text Example
White with #3A5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D2F; }
p { color: rgb(58,93,47); }
H1.HeaderClassName
{
color: #3A5D2F;
}
.AnyTagClassName
{
color: #3A5D2F;
}
</style>
background-color css
<style>
a { background-color: #3A5D2F; }
a { background-color: rgb(58,93,47); }
div.DivClassName
{
background-color: #3A5D2F;
}
.BgClassName
{
background-color: #3A5D2F;
}
</style>
border-color css
<style>
span { border-color: #3A5D2F; }
span { border-color: rgb(58,93,47); }
td.TdClassName
{
border-color: #3A5D2F;
}
.TagClassName
{
border-color: #3A5D2F;
}
</style>