Shades of Green House #455D3D
Tints of Green House #455D3D
RGB
CMYK
RGB Variations
Color information
#455D3D (or 0x455D3D) is known color: Green House. HEX triplet: 45, 5D and 3D. RGB value is (69,93,61). Sum of RGB (Red+Green+Blue) = 69+93+61=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #455D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D3D is #BAA2C2. Grayscale: #525252. Windows color (decimal): -12231363 or 4021573. OLE color: 4021573.
HSL color Cylindrical-coordinate representation of color #455D3D: hue angle of 105º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #455D3D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 61 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.64 |
| HSL | 105º | 0.21% | 0.3% | - |
| HSV(B) | 105º | 0.34% | 0.36% | - |
| XYZ | 7.21 | 9.43 | 5.86 | - |
| YUV | 82.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 61 | 0.26 | 0 | 0.34 | 0.64 | 105 | 0.21 | 0.3 |
| Hex | 45 | 5D | 3D | 1A | 0 | 22 | 40 | 69 | 15 | 1E |
| Octal | 105 | 135 | 75 | 32 | 0 | 42 | 100 | 151 | 25 | 36 |
| Binary | 1000101 | 1011101 | 111101 | 11010 | 0 | 100010 | 1000000 | 1101001 | 10101 | 11110 |
Color Harmonies of #455D3D
Complementary color
Monochromatic Colors of #455D3D
Black with #455D3D
Text Example
Text Example
White with #455D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D3D; }
p { color: rgb(69,93,61); }
H1.HeaderClassName
{
color: #455D3D;
}
.AnyTagClassName
{
color: #455D3D;
}
</style>
background-color css
<style>
a { background-color: #455D3D; }
a { background-color: rgb(69,93,61); }
div.DivClassName
{
background-color: #455D3D;
}
.BgClassName
{
background-color: #455D3D;
}
</style>
border-color css
<style>
span { border-color: #455D3D; }
span { border-color: rgb(69,93,61); }
td.TdClassName
{
border-color: #455D3D;
}
.TagClassName
{
border-color: #455D3D;
}
</style>