Shades of Plantation #424945
Tints of Plantation #424945
RGB
CMYK
RGB Variations
Color information
#424945 (or 0x424945) is known color: Plantation. HEX triplet: 42, 49 and 45. RGB value is (66,73,69). Sum of RGB (Red+Green+Blue) = 66+73+69=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #424945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424945 is #BDB6BA. Grayscale: #464646. Windows color (decimal): -12433083 or 4540738. OLE color: 4540738.
HSL color Cylindrical-coordinate representation of color #424945: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424945 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 69 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.71 |
| HSL | 145.71º | 0.05% | 0.27% | - |
| HSV(B) | 145.71º | 0.1% | 0.29% | - |
| XYZ | 5.7 | 6.35 | 6.56 | - |
| YUV | 70.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 69 | 0.10 | 0 | 0.05 | 0.71 | 145.71 | 0.05 | 0.27 |
| Hex | 42 | 49 | 45 | A | 0 | 5 | 47 | 92 | 5 | 1B |
| Octal | 102 | 111 | 105 | 12 | 0 | 5 | 107 | 222 | 5 | 33 |
| Binary | 1000010 | 1001001 | 1000101 | 1010 | 0 | 101 | 1000111 | 10010010 | 101 | 11011 |
Color Harmonies of #424945
Complementary color
Monochromatic Colors of #424945
Black with #424945
Text Example
Text Example
White with #424945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424945; }
p { color: rgb(66,73,69); }
H1.HeaderClassName
{
color: #424945;
}
.AnyTagClassName
{
color: #424945;
}
</style>
background-color css
<style>
a { background-color: #424945; }
a { background-color: rgb(66,73,69); }
div.DivClassName
{
background-color: #424945;
}
.BgClassName
{
background-color: #424945;
}
</style>
border-color css
<style>
span { border-color: #424945; }
span { border-color: rgb(66,73,69); }
td.TdClassName
{
border-color: #424945;
}
.TagClassName
{
border-color: #424945;
}
</style>