Shades of Plantation #455A4E
Tints of Plantation #455A4E
RGB
CMYK
RGB Variations
Color information
#455A4E (or 0x455A4E) is known color: Plantation. HEX triplet: 45, 5A and 4E. RGB value is (69,90,78). Sum of RGB (Red+Green+Blue) = 69+90+78=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #455A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A4E is #BAA5B1. Grayscale: #525252. Windows color (decimal): -12232114 or 5134917. OLE color: 5134917.
HSL color Cylindrical-coordinate representation of color #455A4E: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A4E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 78 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.65 |
| HSL | 145.71º | 0.13% | 0.31% | - |
| HSV(B) | 145.71º | 0.23% | 0.35% | - |
| XYZ | 7.49 | 9.13 | 8.58 | - |
| YUV | 82.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 78 | 0.23 | 0 | 0.13 | 0.65 | 145.71 | 0.13 | 0.31 |
| Hex | 45 | 5A | 4E | 17 | 0 | D | 41 | 92 | D | 1F |
| Octal | 105 | 132 | 116 | 27 | 0 | 15 | 101 | 222 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1001110 | 10111 | 0 | 1101 | 1000001 | 10010010 | 1101 | 11111 |
Color Harmonies of #455A4E
Complementary color
Monochromatic Colors of #455A4E
Black with #455A4E
Text Example
Text Example
White with #455A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A4E; }
p { color: rgb(69,90,78); }
H1.HeaderClassName
{
color: #455A4E;
}
.AnyTagClassName
{
color: #455A4E;
}
</style>
background-color css
<style>
a { background-color: #455A4E; }
a { background-color: rgb(69,90,78); }
div.DivClassName
{
background-color: #455A4E;
}
.BgClassName
{
background-color: #455A4E;
}
</style>
border-color css
<style>
span { border-color: #455A4E; }
span { border-color: rgb(69,90,78); }
td.TdClassName
{
border-color: #455A4E;
}
.TagClassName
{
border-color: #455A4E;
}
</style>