Shades of Green House #45573E
Tints of Green House #45573E
RGB
CMYK
RGB Variations
Color information
#45573E (or 0x45573E) is known color: Green House. HEX triplet: 45, 57 and 3E. RGB value is (69,87,62). Sum of RGB (Red+Green+Blue) = 69+87+62=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #45573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45573E is #BAA8C1. Grayscale: #4E4E4E. Windows color (decimal): -12232898 or 4085573. OLE color: 4085573.
HSL color Cylindrical-coordinate representation of color #45573E: hue angle of 103.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45573E is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 62 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.66 |
| HSL | 103.2º | 0.17% | 0.29% | - |
| HSV(B) | 103.2º | 0.29% | 0.34% | - |
| XYZ | 6.73 | 8.43 | 5.83 | - |
| YUV | 78.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 62 | 0.21 | 0 | 0.29 | 0.66 | 103.2 | 0.17 | 0.29 |
| Hex | 45 | 57 | 3E | 15 | 0 | 1D | 42 | 67 | 11 | 1D |
| Octal | 105 | 127 | 76 | 25 | 0 | 35 | 102 | 147 | 21 | 35 |
| Binary | 1000101 | 1010111 | 111110 | 10101 | 0 | 11101 | 1000010 | 1100111 | 10001 | 11101 |
Color Harmonies of #45573E
Complementary color
Monochromatic Colors of #45573E
Black with #45573E
Text Example
Text Example
White with #45573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45573E; }
p { color: rgb(69,87,62); }
H1.HeaderClassName
{
color: #45573E;
}
.AnyTagClassName
{
color: #45573E;
}
</style>
background-color css
<style>
a { background-color: #45573E; }
a { background-color: rgb(69,87,62); }
div.DivClassName
{
background-color: #45573E;
}
.BgClassName
{
background-color: #45573E;
}
</style>
border-color css
<style>
span { border-color: #45573E; }
span { border-color: rgb(69,87,62); }
td.TdClassName
{
border-color: #45573E;
}
.TagClassName
{
border-color: #45573E;
}
</style>