Shades of Green House #3D633A
Tints of Green House #3D633A
RGB
CMYK
RGB Variations
Color information
#3D633A (or 0x3D633A) is known color: Green House. HEX triplet: 3D, 63 and 3A. RGB value is (61,99,58). Sum of RGB (Red+Green+Blue) = 61+99+58=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #3D633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D633A is #C29CC5. Grayscale: #535353. Windows color (decimal): -12754118 or 3826493. OLE color: 3826493.
HSL color Cylindrical-coordinate representation of color #3D633A: hue angle of 115.61º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D633A is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 99 | 58 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.61 |
| HSL | 115.61º | 0.26% | 0.31% | - |
| HSV(B) | 115.61º | 0.41% | 0.39% | - |
| XYZ | 7.15 | 10.22 | 5.6 | - |
| YUV | 82.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 58 | 0.38 | 0 | 0.41 | 0.61 | 115.61 | 0.26 | 0.31 |
| Hex | 3D | 63 | 3A | 26 | 0 | 29 | 3D | 74 | 1A | 1F |
| Octal | 75 | 143 | 72 | 46 | 0 | 51 | 75 | 164 | 32 | 37 |
| Binary | 111101 | 1100011 | 111010 | 100110 | 0 | 101001 | 111101 | 1110100 | 11010 | 11111 |
Color Harmonies of #3D633A
Complementary color
Monochromatic Colors of #3D633A
Black with #3D633A
Text Example
Text Example
White with #3D633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D633A; }
p { color: rgb(61,99,58); }
H1.HeaderClassName
{
color: #3D633A;
}
.AnyTagClassName
{
color: #3D633A;
}
</style>
background-color css
<style>
a { background-color: #3D633A; }
a { background-color: rgb(61,99,58); }
div.DivClassName
{
background-color: #3D633A;
}
.BgClassName
{
background-color: #3D633A;
}
</style>
border-color css
<style>
span { border-color: #3D633A; }
span { border-color: rgb(61,99,58); }
td.TdClassName
{
border-color: #3D633A;
}
.TagClassName
{
border-color: #3D633A;
}
</style>