Shades of Green House #3D5438
Tints of Green House #3D5438
RGB
CMYK
RGB Variations
Color information
#3D5438 (or 0x3D5438) is known color: Green House. HEX triplet: 3D, 54 and 38. RGB value is (61,84,56). Sum of RGB (Red+Green+Blue) = 61+84+56=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5438 is #C2ABC7. Grayscale: #4A4A4A. Windows color (decimal): -12757960 or 3691581. OLE color: 3691581.
HSL color Cylindrical-coordinate representation of color #3D5438: hue angle of 109.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D5438 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 56 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.67 |
| HSL | 109.29º | 0.2% | 0.27% | - |
| HSV(B) | 109.29º | 0.33% | 0.33% | - |
| XYZ | 5.81 | 7.62 | 4.91 | - |
| YUV | 73.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 56 | 0.27 | 0 | 0.33 | 0.67 | 109.29 | 0.2 | 0.27 |
| Hex | 3D | 54 | 38 | 1B | 0 | 21 | 43 | 6D | 14 | 1B |
| Octal | 75 | 124 | 70 | 33 | 0 | 41 | 103 | 155 | 24 | 33 |
| Binary | 111101 | 1010100 | 111000 | 11011 | 0 | 100001 | 1000011 | 1101101 | 10100 | 11011 |
Color Harmonies of #3D5438
Complementary color
Monochromatic Colors of #3D5438
Black with #3D5438
Text Example
Text Example
White with #3D5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5438; }
p { color: rgb(61,84,56); }
H1.HeaderClassName
{
color: #3D5438;
}
.AnyTagClassName
{
color: #3D5438;
}
</style>
background-color css
<style>
a { background-color: #3D5438; }
a { background-color: rgb(61,84,56); }
div.DivClassName
{
background-color: #3D5438;
}
.BgClassName
{
background-color: #3D5438;
}
</style>
border-color css
<style>
span { border-color: #3D5438; }
span { border-color: rgb(61,84,56); }
td.TdClassName
{
border-color: #3D5438;
}
.TagClassName
{
border-color: #3D5438;
}
</style>