Shades of Plantation #454F4A
Tints of Plantation #454F4A
RGB
CMYK
RGB Variations
Color information
#454F4A (or 0x454F4A) is known color: Plantation. HEX triplet: 45, 4F and 4A. RGB value is (69,79,74). Sum of RGB (Red+Green+Blue) = 69+79+74=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #454F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F4A is #BAB0B5. Grayscale: #4B4B4B. Windows color (decimal): -12234934 or 4869957. OLE color: 4869957.
HSL color Cylindrical-coordinate representation of color #454F4A: hue angle of 150º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #454F4A is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 74 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.69 |
| HSL | 150º | 0.07% | 0.29% | - |
| HSV(B) | 150º | 0.13% | 0.31% | - |
| XYZ | 6.49 | 7.35 | 7.56 | - |
| YUV | 75.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 74 | 0.13 | 0 | 0.06 | 0.69 | 150 | 0.07 | 0.29 |
| Hex | 45 | 4F | 4A | D | 0 | 6 | 45 | 96 | 7 | 1D |
| Octal | 105 | 117 | 112 | 15 | 0 | 6 | 105 | 226 | 7 | 35 |
| Binary | 1000101 | 1001111 | 1001010 | 1101 | 0 | 110 | 1000101 | 10010110 | 111 | 11101 |
Color Harmonies of #454F4A
Complementary color
Monochromatic Colors of #454F4A
Black with #454F4A
Text Example
Text Example
White with #454F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F4A; }
p { color: rgb(69,79,74); }
H1.HeaderClassName
{
color: #454F4A;
}
.AnyTagClassName
{
color: #454F4A;
}
</style>
background-color css
<style>
a { background-color: #454F4A; }
a { background-color: rgb(69,79,74); }
div.DivClassName
{
background-color: #454F4A;
}
.BgClassName
{
background-color: #454F4A;
}
</style>
border-color css
<style>
span { border-color: #454F4A; }
span { border-color: rgb(69,79,74); }
td.TdClassName
{
border-color: #454F4A;
}
.TagClassName
{
border-color: #454F4A;
}
</style>