Shades of Green House #455A3E
Tints of Green House #455A3E
RGB
CMYK
RGB Variations
Color information
#455A3E (or 0x455A3E) is known color: Green House. HEX triplet: 45, 5A and 3E. RGB value is (69,90,62). Sum of RGB (Red+Green+Blue) = 69+90+62=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #455A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A3E is #BAA5C1. Grayscale: #505050. Windows color (decimal): -12232130 or 4086341. OLE color: 4086341.
HSL color Cylindrical-coordinate representation of color #455A3E: hue angle of 105º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #455A3E is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 62 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.65 |
| HSL | 105º | 0.18% | 0.3% | - |
| HSV(B) | 105º | 0.31% | 0.35% | - |
| XYZ | 6.98 | 8.93 | 5.91 | - |
| YUV | 80.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 62 | 0.23 | 0 | 0.31 | 0.65 | 105 | 0.18 | 0.3 |
| Hex | 45 | 5A | 3E | 17 | 0 | 1F | 41 | 69 | 12 | 1E |
| Octal | 105 | 132 | 76 | 27 | 0 | 37 | 101 | 151 | 22 | 36 |
| Binary | 1000101 | 1011010 | 111110 | 10111 | 0 | 11111 | 1000001 | 1101001 | 10010 | 11110 |
Color Harmonies of #455A3E
Complementary color
Monochromatic Colors of #455A3E
Black with #455A3E
Text Example
Text Example
White with #455A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A3E; }
p { color: rgb(69,90,62); }
H1.HeaderClassName
{
color: #455A3E;
}
.AnyTagClassName
{
color: #455A3E;
}
</style>
background-color css
<style>
a { background-color: #455A3E; }
a { background-color: rgb(69,90,62); }
div.DivClassName
{
background-color: #455A3E;
}
.BgClassName
{
background-color: #455A3E;
}
</style>
border-color css
<style>
span { border-color: #455A3E; }
span { border-color: rgb(69,90,62); }
td.TdClassName
{
border-color: #455A3E;
}
.TagClassName
{
border-color: #455A3E;
}
</style>