Shades of Green House #3D6434
Tints of Green House #3D6434
RGB
CMYK
RGB Variations
Color information
#3D6434 (or 0x3D6434) is known color: Green House. HEX triplet: 3D, 64 and 34. RGB value is (61,100,52). Sum of RGB (Red+Green+Blue) = 61+100+52=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6434 is #C29BCB. Grayscale: #535353. Windows color (decimal): -12753868 or 3433533. OLE color: 3433533.
HSL color Cylindrical-coordinate representation of color #3D6434: hue angle of 108.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D6434 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 52 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.61 |
| HSL | 108.75º | 0.32% | 0.3% | - |
| HSV(B) | 108.75º | 0.48% | 0.39% | - |
| XYZ | 7.1 | 10.35 | 4.87 | - |
| YUV | 82.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 52 | 0.39 | 0 | 0.48 | 0.61 | 108.75 | 0.32 | 0.3 |
| Hex | 3D | 64 | 34 | 27 | 0 | 30 | 3D | 6D | 20 | 1E |
| Octal | 75 | 144 | 64 | 47 | 0 | 60 | 75 | 155 | 40 | 36 |
| Binary | 111101 | 1100100 | 110100 | 100111 | 0 | 110000 | 111101 | 1101101 | 100000 | 11110 |
Color Harmonies of #3D6434
Complementary color
Monochromatic Colors of #3D6434
Black with #3D6434
Text Example
Text Example
White with #3D6434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6434; }
p { color: rgb(61,100,52); }
H1.HeaderClassName
{
color: #3D6434;
}
.AnyTagClassName
{
color: #3D6434;
}
</style>
background-color css
<style>
a { background-color: #3D6434; }
a { background-color: rgb(61,100,52); }
div.DivClassName
{
background-color: #3D6434;
}
.BgClassName
{
background-color: #3D6434;
}
</style>
border-color css
<style>
span { border-color: #3D6434; }
span { border-color: rgb(61,100,52); }
td.TdClassName
{
border-color: #3D6434;
}
.TagClassName
{
border-color: #3D6434;
}
</style>