Shades of Green House #457232
Tints of Green House #457232
RGB
CMYK
RGB Variations
Color information
#457232 (or 0x457232) is known color: Green House. HEX triplet: 45, 72 and 32. RGB value is (69,114,50). Sum of RGB (Red+Green+Blue) = 69+114+50=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #457232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457232 is #BA8DCD. Grayscale: #5D5D5D. Windows color (decimal): -12225998 or 3306053. OLE color: 3306053.
HSL color Cylindrical-coordinate representation of color #457232: hue angle of 102.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #457232 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 50 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.55 |
| HSL | 102.19º | 0.39% | 0.32% | - |
| HSV(B) | 102.19º | 0.56% | 0.45% | - |
| XYZ | 9.05 | 13.53 | 5.15 | - |
| YUV | 93.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 50 | 0.39 | 0 | 0.56 | 0.55 | 102.19 | 0.39 | 0.32 |
| Hex | 45 | 72 | 32 | 27 | 0 | 38 | 37 | 66 | 27 | 20 |
| Octal | 105 | 162 | 62 | 47 | 0 | 70 | 67 | 146 | 47 | 40 |
| Binary | 1000101 | 1110010 | 110010 | 100111 | 0 | 111000 | 110111 | 1100110 | 100111 | 100000 |
Color Harmonies of #457232
Complementary color
Monochromatic Colors of #457232
Black with #457232
Text Example
Text Example
White with #457232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457232; }
p { color: rgb(69,114,50); }
H1.HeaderClassName
{
color: #457232;
}
.AnyTagClassName
{
color: #457232;
}
</style>
background-color css
<style>
a { background-color: #457232; }
a { background-color: rgb(69,114,50); }
div.DivClassName
{
background-color: #457232;
}
.BgClassName
{
background-color: #457232;
}
</style>
border-color css
<style>
span { border-color: #457232; }
span { border-color: rgb(69,114,50); }
td.TdClassName
{
border-color: #457232;
}
.TagClassName
{
border-color: #457232;
}
</style>