Shades of Plantation #45544C
Tints of Plantation #45544C
RGB
CMYK
RGB Variations
Color information
#45544C (or 0x45544C) is known color: Plantation. HEX triplet: 45, 54 and 4C. RGB value is (69,84,76). Sum of RGB (Red+Green+Blue) = 69+84+76=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #45544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45544C is #BAABB3. Grayscale: #4E4E4E. Windows color (decimal): -12233652 or 5002309. OLE color: 5002309.
HSL color Cylindrical-coordinate representation of color #45544C: hue angle of 148º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #45544C is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 76 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.67 |
| HSL | 148º | 0.1% | 0.3% | - |
| HSV(B) | 148º | 0.18% | 0.33% | - |
| XYZ | 6.93 | 8.13 | 8.04 | - |
| YUV | 78.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 76 | 0.18 | 0 | 0.10 | 0.67 | 148 | 0.1 | 0.3 |
| Hex | 45 | 54 | 4C | 12 | 0 | A | 43 | 94 | A | 1E |
| Octal | 105 | 124 | 114 | 22 | 0 | 12 | 103 | 224 | 12 | 36 |
| Binary | 1000101 | 1010100 | 1001100 | 10010 | 0 | 1010 | 1000011 | 10010100 | 1010 | 11110 |
Color Harmonies of #45544C
Complementary color
Monochromatic Colors of #45544C
Black with #45544C
Text Example
Text Example
White with #45544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45544C; }
p { color: rgb(69,84,76); }
H1.HeaderClassName
{
color: #45544C;
}
.AnyTagClassName
{
color: #45544C;
}
</style>
background-color css
<style>
a { background-color: #45544C; }
a { background-color: rgb(69,84,76); }
div.DivClassName
{
background-color: #45544C;
}
.BgClassName
{
background-color: #45544C;
}
</style>
border-color css
<style>
span { border-color: #45544C; }
span { border-color: rgb(69,84,76); }
td.TdClassName
{
border-color: #45544C;
}
.TagClassName
{
border-color: #45544C;
}
</style>