Shades of Green House #3D5E32
Tints of Green House #3D5E32
RGB
CMYK
RGB Variations
Color information
#3D5E32 (or 0x3D5E32) is known color: Green House. HEX triplet: 3D, 5E and 32. RGB value is (61,94,50). Sum of RGB (Red+Green+Blue) = 61+94+50=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #3D5E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5E32 is #C2A1CD. Grayscale: #4F4F4F. Windows color (decimal): -12755406 or 3300925. OLE color: 3300925.
HSL color Cylindrical-coordinate representation of color #3D5E32: hue angle of 105º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D5E32 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
RGB | 61 | 94 | 50 | - |
CMYK | 0.35 | 0 | 0.47 | 0.63 |
HSL | 105º | 0.31% | 0.28% | - |
HSV(B) | 105º | 0.47% | 0.37% | - |
XYZ | 6.5 | 9.23 | 4.46 | - |
YUV | 79.12 | 111.57 | 115.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 94 | 50 | 0.35 | 0 | 0.47 | 0.63 | 105 | 0.31 | 0.28 |
Hex | 3D | 5E | 32 | 23 | 0 | 2F | 3F | 69 | 1F | 1C |
Octal | 75 | 136 | 62 | 43 | 0 | 57 | 77 | 151 | 37 | 34 |
Binary | 111101 | 1011110 | 110010 | 100011 | 0 | 101111 | 111111 | 1101001 | 11111 | 11100 |
Color Harmonies of #3D5E32
Complementary color
Monochromatic Colors of #3D5E32
Black with #3D5E32
Text Example
Text Example
White with #3D5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5E32; }
p { color: rgb(61,94,50); }
H1.HeaderClassName
{
color: #3D5E32;
}
.AnyTagClassName
{
color: #3D5E32;
}
</style>
background-color css
<style>
a { background-color: #3D5E32; }
a { background-color: rgb(61,94,50); }
div.DivClassName
{
background-color: #3D5E32;
}
.BgClassName
{
background-color: #3D5E32;
}
</style>
border-color css
<style>
span { border-color: #3D5E32; }
span { border-color: rgb(61,94,50); }
td.TdClassName
{
border-color: #3D5E32;
}
.TagClassName
{
border-color: #3D5E32;
}
</style>