Shades of Plantation #45584D
Tints of Plantation #45584D
RGB
CMYK
RGB Variations
Color information
#45584D (or 0x45584D) is known color: Plantation. HEX triplet: 45, 58 and 4D. RGB value is (69,88,77). Sum of RGB (Red+Green+Blue) = 69+88+77=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #45584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45584D is #BAA7B2. Grayscale: #515151. Windows color (decimal): -12232627 or 5068869. OLE color: 5068869.
HSL color Cylindrical-coordinate representation of color #45584D: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #45584D is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 77 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.65 |
| HSL | 145.26º | 0.12% | 0.31% | - |
| HSV(B) | 145.26º | 0.22% | 0.35% | - |
| XYZ | 7.28 | 8.78 | 8.33 | - |
| YUV | 81.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 77 | 0.22 | 0 | 0.12 | 0.65 | 145.26 | 0.12 | 0.31 |
| Hex | 45 | 58 | 4D | 16 | 0 | C | 41 | 91 | C | 1F |
| Octal | 105 | 130 | 115 | 26 | 0 | 14 | 101 | 221 | 14 | 37 |
| Binary | 1000101 | 1011000 | 1001101 | 10110 | 0 | 1100 | 1000001 | 10010001 | 1100 | 11111 |
Color Harmonies of #45584D
Complementary color
Monochromatic Colors of #45584D
Black with #45584D
Text Example
Text Example
White with #45584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45584D; }
p { color: rgb(69,88,77); }
H1.HeaderClassName
{
color: #45584D;
}
.AnyTagClassName
{
color: #45584D;
}
</style>
background-color css
<style>
a { background-color: #45584D; }
a { background-color: rgb(69,88,77); }
div.DivClassName
{
background-color: #45584D;
}
.BgClassName
{
background-color: #45584D;
}
</style>
border-color css
<style>
span { border-color: #45584D; }
span { border-color: rgb(69,88,77); }
td.TdClassName
{
border-color: #45584D;
}
.TagClassName
{
border-color: #45584D;
}
</style>