Shades of Green House #45653E
Tints of Green House #45653E
RGB
CMYK
RGB Variations
Color information
#45653E (or 0x45653E) is known color: Green House. HEX triplet: 45, 65 and 3E. RGB value is (69,101,62). Sum of RGB (Red+Green+Blue) = 69+101+62=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #45653E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45653E is #BA9AC1. Grayscale: #575757. Windows color (decimal): -12229314 or 4089157. OLE color: 4089157.
HSL color Cylindrical-coordinate representation of color #45653E: hue angle of 109.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45653E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 62 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.60 |
| HSL | 109.23º | 0.24% | 0.32% | - |
| HSV(B) | 109.23º | 0.39% | 0.4% | - |
| XYZ | 7.98 | 10.92 | 6.24 | - |
| YUV | 86.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 62 | 0.32 | 0 | 0.39 | 0.60 | 109.23 | 0.24 | 0.32 |
| Hex | 45 | 65 | 3E | 20 | 0 | 27 | 3C | 6D | 18 | 20 |
| Octal | 105 | 145 | 76 | 40 | 0 | 47 | 74 | 155 | 30 | 40 |
| Binary | 1000101 | 1100101 | 111110 | 100000 | 0 | 100111 | 111100 | 1101101 | 11000 | 100000 |
Color Harmonies of #45653E
Complementary color
Monochromatic Colors of #45653E
Black with #45653E
Text Example
Text Example
White with #45653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45653E; }
p { color: rgb(69,101,62); }
H1.HeaderClassName
{
color: #45653E;
}
.AnyTagClassName
{
color: #45653E;
}
</style>
background-color css
<style>
a { background-color: #45653E; }
a { background-color: rgb(69,101,62); }
div.DivClassName
{
background-color: #45653E;
}
.BgClassName
{
background-color: #45653E;
}
</style>
border-color css
<style>
span { border-color: #45653E; }
span { border-color: rgb(69,101,62); }
td.TdClassName
{
border-color: #45653E;
}
.TagClassName
{
border-color: #45653E;
}
</style>