Shades of Green House #3A6636
Tints of Green House #3A6636
RGB
CMYK
RGB Variations
Color information
#3A6636 (or 0x3A6636) is known color: Green House. HEX triplet: 3A, 66 and 36. RGB value is (58,102,54). Sum of RGB (Red+Green+Blue) = 58+102+54=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #3A6636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6636 is #C599C9. Grayscale: #535353. Windows color (decimal): -12949962 or 3565114. OLE color: 3565114.
HSL color Cylindrical-coordinate representation of color #3A6636: hue angle of 115º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6636 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 54 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.6 |
| HSL | 115º | 0.31% | 0.31% | - |
| HSV(B) | 115º | 0.47% | 0.4% | - |
| XYZ | 7.16 | 10.67 | 5.17 | - |
| YUV | 83.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 54 | 0.43 | 0 | 0.47 | 0.6 | 115 | 0.31 | 0.31 |
| Hex | 3A | 66 | 36 | 2B | 0 | 2F | 3C | 73 | 1F | 1F |
| Octal | 72 | 146 | 66 | 53 | 0 | 57 | 74 | 163 | 37 | 37 |
| Binary | 111010 | 1100110 | 110110 | 101011 | 0 | 101111 | 111100 | 1110011 | 11111 | 11111 |
Color Harmonies of #3A6636
Complementary color
Monochromatic Colors of #3A6636
Black with #3A6636
Text Example
Text Example
White with #3A6636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6636; }
p { color: rgb(58,102,54); }
H1.HeaderClassName
{
color: #3A6636;
}
.AnyTagClassName
{
color: #3A6636;
}
</style>
background-color css
<style>
a { background-color: #3A6636; }
a { background-color: rgb(58,102,54); }
div.DivClassName
{
background-color: #3A6636;
}
.BgClassName
{
background-color: #3A6636;
}
</style>
border-color css
<style>
span { border-color: #3A6636; }
span { border-color: rgb(58,102,54); }
td.TdClassName
{
border-color: #3A6636;
}
.TagClassName
{
border-color: #3A6636;
}
</style>