Shades of Green House #45693A
Tints of Green House #45693A
RGB
CMYK
RGB Variations
Color information
#45693A (or 0x45693A) is known color: Green House. HEX triplet: 45, 69 and 3A. RGB value is (69,105,58). Sum of RGB (Red+Green+Blue) = 69+105+58=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #45693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45693A is #BA96C5. Grayscale: #595959. Windows color (decimal): -12228294 or 3828037. OLE color: 3828037.
HSL color Cylindrical-coordinate representation of color #45693A: hue angle of 105.96º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45693A is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 58 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.59 |
| HSL | 105.96º | 0.29% | 0.32% | - |
| HSV(B) | 105.96º | 0.45% | 0.41% | - |
| XYZ | 8.27 | 11.67 | 5.82 | - |
| YUV | 88.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 58 | 0.34 | 0 | 0.45 | 0.59 | 105.96 | 0.29 | 0.32 |
| Hex | 45 | 69 | 3A | 22 | 0 | 2D | 3B | 6A | 1D | 20 |
| Octal | 105 | 151 | 72 | 42 | 0 | 55 | 73 | 152 | 35 | 40 |
| Binary | 1000101 | 1101001 | 111010 | 100010 | 0 | 101101 | 111011 | 1101010 | 11101 | 100000 |
Color Harmonies of #45693A
Complementary color
Monochromatic Colors of #45693A
Black with #45693A
Text Example
Text Example
White with #45693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45693A; }
p { color: rgb(69,105,58); }
H1.HeaderClassName
{
color: #45693A;
}
.AnyTagClassName
{
color: #45693A;
}
</style>
background-color css
<style>
a { background-color: #45693A; }
a { background-color: rgb(69,105,58); }
div.DivClassName
{
background-color: #45693A;
}
.BgClassName
{
background-color: #45693A;
}
</style>
border-color css
<style>
span { border-color: #45693A; }
span { border-color: rgb(69,105,58); }
td.TdClassName
{
border-color: #45693A;
}
.TagClassName
{
border-color: #45693A;
}
</style>