Shades of Green House #45693D
Tints of Green House #45693D
RGB
CMYK
RGB Variations
Color information
#45693D (or 0x45693D) is known color: Green House. HEX triplet: 45, 69 and 3D. RGB value is (69,105,61). Sum of RGB (Red+Green+Blue) = 69+105+61=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #45693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45693D is #BA96C2. Grayscale: #595959. Windows color (decimal): -12228291 or 4024645. OLE color: 4024645.
HSL color Cylindrical-coordinate representation of color #45693D: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45693D is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 61 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.59 |
| HSL | 109.09º | 0.27% | 0.33% | - |
| HSV(B) | 109.09º | 0.42% | 0.41% | - |
| XYZ | 8.35 | 11.71 | 6.23 | - |
| YUV | 89.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 61 | 0.34 | 0 | 0.42 | 0.59 | 109.09 | 0.27 | 0.33 |
| Hex | 45 | 69 | 3D | 22 | 0 | 2A | 3B | 6D | 1B | 21 |
| Octal | 105 | 151 | 75 | 42 | 0 | 52 | 73 | 155 | 33 | 41 |
| Binary | 1000101 | 1101001 | 111101 | 100010 | 0 | 101010 | 111011 | 1101101 | 11011 | 100001 |
Color Harmonies of #45693D
Complementary color
Monochromatic Colors of #45693D
Black with #45693D
Text Example
Text Example
White with #45693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45693D; }
p { color: rgb(69,105,61); }
H1.HeaderClassName
{
color: #45693D;
}
.AnyTagClassName
{
color: #45693D;
}
</style>
background-color css
<style>
a { background-color: #45693D; }
a { background-color: rgb(69,105,61); }
div.DivClassName
{
background-color: #45693D;
}
.BgClassName
{
background-color: #45693D;
}
</style>
border-color css
<style>
span { border-color: #45693D; }
span { border-color: rgb(69,105,61); }
td.TdClassName
{
border-color: #45693D;
}
.TagClassName
{
border-color: #45693D;
}
</style>