Shades of Green House #3C6234
Tints of Green House #3C6234
RGB
CMYK
RGB Variations
Color information
#3C6234 (or 0x3C6234) is known color: Green House. HEX triplet: 3C, 62 and 34. RGB value is (60,98,52). Sum of RGB (Red+Green+Blue) = 60+98+52=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6234 is #C39DCB. Grayscale: #515151. Windows color (decimal): -12819916 or 3433020. OLE color: 3433020.
HSL color Cylindrical-coordinate representation of color #3C6234: hue angle of 109.57º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6234 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 52 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.62 |
| HSL | 109.57º | 0.31% | 0.29% | - |
| HSV(B) | 109.57º | 0.47% | 0.38% | - |
| XYZ | 6.85 | 9.94 | 4.81 | - |
| YUV | 81.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 52 | 0.39 | 0 | 0.47 | 0.62 | 109.57 | 0.31 | 0.29 |
| Hex | 3C | 62 | 34 | 27 | 0 | 2F | 3E | 6E | 1F | 1D |
| Octal | 74 | 142 | 64 | 47 | 0 | 57 | 76 | 156 | 37 | 35 |
| Binary | 111100 | 1100010 | 110100 | 100111 | 0 | 101111 | 111110 | 1101110 | 11111 | 11101 |
Color Harmonies of #3C6234
Complementary color
Monochromatic Colors of #3C6234
Black with #3C6234
Text Example
Text Example
White with #3C6234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6234; }
p { color: rgb(60,98,52); }
H1.HeaderClassName
{
color: #3C6234;
}
.AnyTagClassName
{
color: #3C6234;
}
</style>
background-color css
<style>
a { background-color: #3C6234; }
a { background-color: rgb(60,98,52); }
div.DivClassName
{
background-color: #3C6234;
}
.BgClassName
{
background-color: #3C6234;
}
</style>
border-color css
<style>
span { border-color: #3C6234; }
span { border-color: rgb(60,98,52); }
td.TdClassName
{
border-color: #3C6234;
}
.TagClassName
{
border-color: #3C6234;
}
</style>