Shades of Green House #3A6327
Tints of Green House #3A6327
RGB
CMYK
RGB Variations
Color information
#3A6327 (or 0x3A6327) is known color: Green House. HEX triplet: 3A, 63 and 27. RGB value is (58,99,39). Sum of RGB (Red+Green+Blue) = 58+99+39=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6327 is #C59CD8. Grayscale: #505050. Windows color (decimal): -12950745 or 2581306. OLE color: 2581306.
HSL color Cylindrical-coordinate representation of color #3A6327: hue angle of 101º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6327 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 39 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.61 |
| HSL | 101º | 0.43% | 0.27% | - |
| HSV(B) | 101º | 0.61% | 0.39% | - |
| XYZ | 6.57 | 9.97 | 3.5 | - |
| YUV | 79.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 39 | 0.41 | 0 | 0.61 | 0.61 | 101 | 0.43 | 0.27 |
| Hex | 3A | 63 | 27 | 29 | 0 | 3D | 3D | 65 | 2B | 1B |
| Octal | 72 | 143 | 47 | 51 | 0 | 75 | 75 | 145 | 53 | 33 |
| Binary | 111010 | 1100011 | 100111 | 101001 | 0 | 111101 | 111101 | 1100101 | 101011 | 11011 |
Color Harmonies of #3A6327
Complementary color
Monochromatic Colors of #3A6327
Black with #3A6327
Text Example
Text Example
White with #3A6327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6327; }
p { color: rgb(58,99,39); }
H1.HeaderClassName
{
color: #3A6327;
}
.AnyTagClassName
{
color: #3A6327;
}
</style>
background-color css
<style>
a { background-color: #3A6327; }
a { background-color: rgb(58,99,39); }
div.DivClassName
{
background-color: #3A6327;
}
.BgClassName
{
background-color: #3A6327;
}
</style>
border-color css
<style>
span { border-color: #3A6327; }
span { border-color: rgb(58,99,39); }
td.TdClassName
{
border-color: #3A6327;
}
.TagClassName
{
border-color: #3A6327;
}
</style>