Shades of Green House #3A6233
Tints of Green House #3A6233
RGB
CMYK
RGB Variations
Color information
#3A6233 (or 0x3A6233) is known color: Green House. HEX triplet: 3A, 62 and 33. RGB value is (58,98,51). Sum of RGB (Red+Green+Blue) = 58+98+51=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6233 is #C59DCC. Grayscale: #505050. Windows color (decimal): -12950989 or 3367482. OLE color: 3367482.
HSL color Cylindrical-coordinate representation of color #3A6233: hue angle of 111.06º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6233 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 51 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.62 |
| HSL | 111.06º | 0.32% | 0.29% | - |
| HSV(B) | 111.06º | 0.48% | 0.38% | - |
| XYZ | 6.71 | 9.87 | 4.68 | - |
| YUV | 80.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 51 | 0.41 | 0 | 0.48 | 0.62 | 111.06 | 0.32 | 0.29 |
| Hex | 3A | 62 | 33 | 29 | 0 | 30 | 3E | 6F | 20 | 1D |
| Octal | 72 | 142 | 63 | 51 | 0 | 60 | 76 | 157 | 40 | 35 |
| Binary | 111010 | 1100010 | 110011 | 101001 | 0 | 110000 | 111110 | 1101111 | 100000 | 11101 |
Color Harmonies of #3A6233
Complementary color
Monochromatic Colors of #3A6233
Black with #3A6233
Text Example
Text Example
White with #3A6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6233; }
p { color: rgb(58,98,51); }
H1.HeaderClassName
{
color: #3A6233;
}
.AnyTagClassName
{
color: #3A6233;
}
</style>
background-color css
<style>
a { background-color: #3A6233; }
a { background-color: rgb(58,98,51); }
div.DivClassName
{
background-color: #3A6233;
}
.BgClassName
{
background-color: #3A6233;
}
</style>
border-color css
<style>
span { border-color: #3A6233; }
span { border-color: rgb(58,98,51); }
td.TdClassName
{
border-color: #3A6233;
}
.TagClassName
{
border-color: #3A6233;
}
</style>