Shades of Plantation #45514A
Tints of Plantation #45514A
RGB
CMYK
RGB Variations
Color information
#45514A (or 0x45514A) is known color: Plantation. HEX triplet: 45, 51 and 4A. RGB value is (69,81,74). Sum of RGB (Red+Green+Blue) = 69+81+74=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #45514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45514A is #BAAEB5. Grayscale: #4C4C4C. Windows color (decimal): -12234422 or 4870469. OLE color: 4870469.
HSL color Cylindrical-coordinate representation of color #45514A: hue angle of 145º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #45514A is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 74 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.68 |
| HSL | 145º | 0.08% | 0.29% | - |
| HSV(B) | 145º | 0.15% | 0.32% | - |
| XYZ | 6.63 | 7.64 | 7.6 | - |
| YUV | 76.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 74 | 0.15 | 0 | 0.09 | 0.68 | 145 | 0.08 | 0.29 |
| Hex | 45 | 51 | 4A | F | 0 | 9 | 44 | 91 | 8 | 1D |
| Octal | 105 | 121 | 112 | 17 | 0 | 11 | 104 | 221 | 10 | 35 |
| Binary | 1000101 | 1010001 | 1001010 | 1111 | 0 | 1001 | 1000100 | 10010001 | 1000 | 11101 |
Color Harmonies of #45514A
Complementary color
Monochromatic Colors of #45514A
Black with #45514A
Text Example
Text Example
White with #45514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45514A; }
p { color: rgb(69,81,74); }
H1.HeaderClassName
{
color: #45514A;
}
.AnyTagClassName
{
color: #45514A;
}
</style>
background-color css
<style>
a { background-color: #45514A; }
a { background-color: rgb(69,81,74); }
div.DivClassName
{
background-color: #45514A;
}
.BgClassName
{
background-color: #45514A;
}
</style>
border-color css
<style>
span { border-color: #45514A; }
span { border-color: rgb(69,81,74); }
td.TdClassName
{
border-color: #45514A;
}
.TagClassName
{
border-color: #45514A;
}
</style>