Shades of Plantation #45554C
Tints of Plantation #45554C
RGB
CMYK
RGB Variations
Color information
#45554C (or 0x45554C) is known color: Plantation. HEX triplet: 45, 55 and 4C. RGB value is (69,85,76). Sum of RGB (Red+Green+Blue) = 69+85+76=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #45554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45554C is #BAAAB3. Grayscale: #4F4F4F. Windows color (decimal): -12233396 or 5002565. OLE color: 5002565.
HSL color Cylindrical-coordinate representation of color #45554C: hue angle of 146.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #45554C is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 76 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.67 |
| HSL | 146.25º | 0.1% | 0.3% | - |
| HSV(B) | 146.25º | 0.19% | 0.33% | - |
| XYZ | 7.01 | 8.28 | 8.07 | - |
| YUV | 79.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 76 | 0.19 | 0 | 0.11 | 0.67 | 146.25 | 0.1 | 0.3 |
| Hex | 45 | 55 | 4C | 13 | 0 | B | 43 | 92 | A | 1E |
| Octal | 105 | 125 | 114 | 23 | 0 | 13 | 103 | 222 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1001100 | 10011 | 0 | 1011 | 1000011 | 10010010 | 1010 | 11110 |
Color Harmonies of #45554C
Complementary color
Monochromatic Colors of #45554C
Black with #45554C
Text Example
Text Example
White with #45554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45554C; }
p { color: rgb(69,85,76); }
H1.HeaderClassName
{
color: #45554C;
}
.AnyTagClassName
{
color: #45554C;
}
</style>
background-color css
<style>
a { background-color: #45554C; }
a { background-color: rgb(69,85,76); }
div.DivClassName
{
background-color: #45554C;
}
.BgClassName
{
background-color: #45554C;
}
</style>
border-color css
<style>
span { border-color: #45554C; }
span { border-color: rgb(69,85,76); }
td.TdClassName
{
border-color: #45554C;
}
.TagClassName
{
border-color: #45554C;
}
</style>