Shades of Green House #3A632D
Tints of Green House #3A632D
RGB
CMYK
RGB Variations
Color information
#3A632D (or 0x3A632D) is known color: Green House. HEX triplet: 3A, 63 and 2D. RGB value is (58,99,45). Sum of RGB (Red+Green+Blue) = 58+99+45=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #3A632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A632D is #C59CD2. Grayscale: #505050. Windows color (decimal): -12950739 or 2974522. OLE color: 2974522.
HSL color Cylindrical-coordinate representation of color #3A632D: hue angle of 105.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A632D is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 45 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.61 |
| HSL | 105.56º | 0.38% | 0.28% | - |
| HSV(B) | 105.56º | 0.55% | 0.39% | - |
| XYZ | 6.68 | 10.01 | 4.06 | - |
| YUV | 80.59 | 107.92 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 45 | 0.41 | 0 | 0.55 | 0.61 | 105.56 | 0.38 | 0.28 |
| Hex | 3A | 63 | 2D | 29 | 0 | 37 | 3D | 6A | 26 | 1C |
| Octal | 72 | 143 | 55 | 51 | 0 | 67 | 75 | 152 | 46 | 34 |
| Binary | 111010 | 1100011 | 101101 | 101001 | 0 | 110111 | 111101 | 1101010 | 100110 | 11100 |
Color Harmonies of #3A632D
Complementary color
Monochromatic Colors of #3A632D
Black with #3A632D
Text Example
Text Example
White with #3A632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A632D; }
p { color: rgb(58,99,45); }
H1.HeaderClassName
{
color: #3A632D;
}
.AnyTagClassName
{
color: #3A632D;
}
</style>
background-color css
<style>
a { background-color: #3A632D; }
a { background-color: rgb(58,99,45); }
div.DivClassName
{
background-color: #3A632D;
}
.BgClassName
{
background-color: #3A632D;
}
</style>
border-color css
<style>
span { border-color: #3A632D; }
span { border-color: rgb(58,99,45); }
td.TdClassName
{
border-color: #3A632D;
}
.TagClassName
{
border-color: #3A632D;
}
</style>