Shades of Green House #3C6F2D
Tints of Green House #3C6F2D
RGB
CMYK
RGB Variations
Color information
#3C6F2D (or 0x3C6F2D) is known color: Green House. HEX triplet: 3C, 6F and 2D. RGB value is (60,111,45). Sum of RGB (Red+Green+Blue) = 60+111+45=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6F2D is #C390D2. Grayscale: #585858. Windows color (decimal): -12816595 or 2977596. OLE color: 2977596.
HSL color Cylindrical-coordinate representation of color #3C6F2D: hue angle of 106.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6F2D is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 45 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.56 |
| HSL | 106.36º | 0.42% | 0.31% | - |
| HSV(B) | 106.36º | 0.59% | 0.44% | - |
| XYZ | 8.02 | 12.52 | 4.48 | - |
| YUV | 88.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 45 | 0.46 | 0 | 0.59 | 0.56 | 106.36 | 0.42 | 0.31 |
| Hex | 3C | 6F | 2D | 2E | 0 | 3B | 38 | 6A | 2A | 1F |
| Octal | 74 | 157 | 55 | 56 | 0 | 73 | 70 | 152 | 52 | 37 |
| Binary | 111100 | 1101111 | 101101 | 101110 | 0 | 111011 | 111000 | 1101010 | 101010 | 11111 |
Color Harmonies of #3C6F2D
Complementary color
Monochromatic Colors of #3C6F2D
Black with #3C6F2D
Text Example
Text Example
White with #3C6F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F2D; }
p { color: rgb(60,111,45); }
H1.HeaderClassName
{
color: #3C6F2D;
}
.AnyTagClassName
{
color: #3C6F2D;
}
</style>
background-color css
<style>
a { background-color: #3C6F2D; }
a { background-color: rgb(60,111,45); }
div.DivClassName
{
background-color: #3C6F2D;
}
.BgClassName
{
background-color: #3C6F2D;
}
</style>
border-color css
<style>
span { border-color: #3C6F2D; }
span { border-color: rgb(60,111,45); }
td.TdClassName
{
border-color: #3C6F2D;
}
.TagClassName
{
border-color: #3C6F2D;
}
</style>