Shades of Green House #3C6728
Tints of Green House #3C6728
RGB
CMYK
RGB Variations
Color information
#3C6728 (or 0x3C6728) is known color: Green House. HEX triplet: 3C, 67 and 28. RGB value is (60,103,40). Sum of RGB (Red+Green+Blue) = 60+103+40=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #3C6728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6728 is #C398D7. Grayscale: #535353. Windows color (decimal): -12818648 or 2647868. OLE color: 2647868.
HSL color Cylindrical-coordinate representation of color #3C6728: hue angle of 100.95º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C6728 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 103 | 40 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.60 |
| HSL | 100.95º | 0.44% | 0.28% | - |
| HSV(B) | 100.95º | 0.61% | 0.4% | - |
| XYZ | 7.1 | 10.81 | 3.72 | - |
| YUV | 82.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 40 | 0.42 | 0 | 0.61 | 0.60 | 100.95 | 0.44 | 0.28 |
| Hex | 3C | 67 | 28 | 2A | 0 | 3D | 3C | 65 | 2C | 1C |
| Octal | 74 | 147 | 50 | 52 | 0 | 75 | 74 | 145 | 54 | 34 |
| Binary | 111100 | 1100111 | 101000 | 101010 | 0 | 111101 | 111100 | 1100101 | 101100 | 11100 |
Color Harmonies of #3C6728
Complementary color
Monochromatic Colors of #3C6728
Black with #3C6728
Text Example
Text Example
White with #3C6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6728; }
p { color: rgb(60,103,40); }
H1.HeaderClassName
{
color: #3C6728;
}
.AnyTagClassName
{
color: #3C6728;
}
</style>
background-color css
<style>
a { background-color: #3C6728; }
a { background-color: rgb(60,103,40); }
div.DivClassName
{
background-color: #3C6728;
}
.BgClassName
{
background-color: #3C6728;
}
</style>
border-color css
<style>
span { border-color: #3C6728; }
span { border-color: rgb(60,103,40); }
td.TdClassName
{
border-color: #3C6728;
}
.TagClassName
{
border-color: #3C6728;
}
</style>