Shades of Plantation #45504B
Tints of Plantation #45504B
RGB
CMYK
RGB Variations
Color information
#45504B (or 0x45504B) is known color: Plantation. HEX triplet: 45, 50 and 4B. RGB value is (69,80,75). Sum of RGB (Red+Green+Blue) = 69+80+75=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #45504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45504B is #BAAFB4. Grayscale: #4C4C4C. Windows color (decimal): -12234677 or 4935749. OLE color: 4935749.
HSL color Cylindrical-coordinate representation of color #45504B: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #45504B is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 75 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.69 |
| HSL | 152.73º | 0.07% | 0.29% | - |
| HSV(B) | 152.73º | 0.14% | 0.31% | - |
| XYZ | 6.59 | 7.51 | 7.76 | - |
| YUV | 76.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 75 | 0.14 | 0 | 0.06 | 0.69 | 152.73 | 0.07 | 0.29 |
| Hex | 45 | 50 | 4B | E | 0 | 6 | 45 | 99 | 7 | 1D |
| Octal | 105 | 120 | 113 | 16 | 0 | 6 | 105 | 231 | 7 | 35 |
| Binary | 1000101 | 1010000 | 1001011 | 1110 | 0 | 110 | 1000101 | 10011001 | 111 | 11101 |
Color Harmonies of #45504B
Complementary color
Monochromatic Colors of #45504B
Black with #45504B
Text Example
Text Example
White with #45504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45504B; }
p { color: rgb(69,80,75); }
H1.HeaderClassName
{
color: #45504B;
}
.AnyTagClassName
{
color: #45504B;
}
</style>
background-color css
<style>
a { background-color: #45504B; }
a { background-color: rgb(69,80,75); }
div.DivClassName
{
background-color: #45504B;
}
.BgClassName
{
background-color: #45504B;
}
</style>
border-color css
<style>
span { border-color: #45504B; }
span { border-color: rgb(69,80,75); }
td.TdClassName
{
border-color: #45504B;
}
.TagClassName
{
border-color: #45504B;
}
</style>