Shades of Green House #3A6238
Tints of Green House #3A6238
RGB
CMYK
RGB Variations
Color information
#3A6238 (or 0x3A6238) is known color: Green House. HEX triplet: 3A, 62 and 38. RGB value is (58,98,56). Sum of RGB (Red+Green+Blue) = 58+98+56=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6238 is #C59DC7. Grayscale: #515151. Windows color (decimal): -12950984 or 3695162. OLE color: 3695162.
HSL color Cylindrical-coordinate representation of color #3A6238: hue angle of 117.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A6238 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 56 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.62 |
| HSL | 117.14º | 0.27% | 0.3% | - |
| HSV(B) | 117.14º | 0.43% | 0.38% | - |
| XYZ | 6.83 | 9.92 | 5.3 | - |
| YUV | 81.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 56 | 0.41 | 0 | 0.43 | 0.62 | 117.14 | 0.27 | 0.3 |
| Hex | 3A | 62 | 38 | 29 | 0 | 2B | 3E | 75 | 1B | 1E |
| Octal | 72 | 142 | 70 | 51 | 0 | 53 | 76 | 165 | 33 | 36 |
| Binary | 111010 | 1100010 | 111000 | 101001 | 0 | 101011 | 111110 | 1110101 | 11011 | 11110 |
Color Harmonies of #3A6238
Complementary color
Monochromatic Colors of #3A6238
Black with #3A6238
Text Example
Text Example
White with #3A6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6238; }
p { color: rgb(58,98,56); }
H1.HeaderClassName
{
color: #3A6238;
}
.AnyTagClassName
{
color: #3A6238;
}
</style>
background-color css
<style>
a { background-color: #3A6238; }
a { background-color: rgb(58,98,56); }
div.DivClassName
{
background-color: #3A6238;
}
.BgClassName
{
background-color: #3A6238;
}
</style>
border-color css
<style>
span { border-color: #3A6238; }
span { border-color: rgb(58,98,56); }
td.TdClassName
{
border-color: #3A6238;
}
.TagClassName
{
border-color: #3A6238;
}
</style>