Shades of Green House #455D3C
Tints of Green House #455D3C
RGB
CMYK
RGB Variations
Color information
#455D3C (or 0x455D3C) is known color: Green House. HEX triplet: 45, 5D and 3C. RGB value is (69,93,60). Sum of RGB (Red+Green+Blue) = 69+93+60=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #455D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D3C is #BAA2C3. Grayscale: #525252. Windows color (decimal): -12231364 or 3956037. OLE color: 3956037.
HSL color Cylindrical-coordinate representation of color #455D3C: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #455D3C is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 60 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.64 |
| HSL | 103.64º | 0.22% | 0.3% | - |
| HSV(B) | 103.64º | 0.35% | 0.36% | - |
| XYZ | 7.18 | 9.42 | 5.71 | - |
| YUV | 82.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 60 | 0.26 | 0 | 0.35 | 0.64 | 103.64 | 0.22 | 0.3 |
| Hex | 45 | 5D | 3C | 1A | 0 | 23 | 40 | 68 | 16 | 1E |
| Octal | 105 | 135 | 74 | 32 | 0 | 43 | 100 | 150 | 26 | 36 |
| Binary | 1000101 | 1011101 | 111100 | 11010 | 0 | 100011 | 1000000 | 1101000 | 10110 | 11110 |
Color Harmonies of #455D3C
Complementary color
Monochromatic Colors of #455D3C
Black with #455D3C
Text Example
Text Example
White with #455D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D3C; }
p { color: rgb(69,93,60); }
H1.HeaderClassName
{
color: #455D3C;
}
.AnyTagClassName
{
color: #455D3C;
}
</style>
background-color css
<style>
a { background-color: #455D3C; }
a { background-color: rgb(69,93,60); }
div.DivClassName
{
background-color: #455D3C;
}
.BgClassName
{
background-color: #455D3C;
}
</style>
border-color css
<style>
span { border-color: #455D3C; }
span { border-color: rgb(69,93,60); }
td.TdClassName
{
border-color: #455D3C;
}
.TagClassName
{
border-color: #455D3C;
}
</style>