Shades of Plantation #425E51
Tints of Plantation #425E51
RGB
CMYK
RGB Variations
Color information
#425E51 (or 0x425E51) is known color: Plantation. HEX triplet: 42, 5E and 51. RGB value is (66,94,81). Sum of RGB (Red+Green+Blue) = 66+94+81=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #425E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E51 is #BDA1AE. Grayscale: #545454. Windows color (decimal): -12427695 or 5332546. OLE color: 5332546.
HSL color Cylindrical-coordinate representation of color #425E51: hue angle of 152.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #425E51 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 81 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.63 |
| HSL | 152.14º | 0.18% | 0.31% | - |
| HSV(B) | 152.14º | 0.3% | 0.37% | - |
| XYZ | 7.73 | 9.76 | 9.26 | - |
| YUV | 84.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 81 | 0.30 | 0 | 0.14 | 0.63 | 152.14 | 0.18 | 0.31 |
| Hex | 42 | 5E | 51 | 1E | 0 | E | 3F | 98 | 12 | 1F |
| Octal | 102 | 136 | 121 | 36 | 0 | 16 | 77 | 230 | 22 | 37 |
| Binary | 1000010 | 1011110 | 1010001 | 11110 | 0 | 1110 | 111111 | 10011000 | 10010 | 11111 |
Color Harmonies of #425E51
Complementary color
Monochromatic Colors of #425E51
Black with #425E51
Text Example
Text Example
White with #425E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E51; }
p { color: rgb(66,94,81); }
H1.HeaderClassName
{
color: #425E51;
}
.AnyTagClassName
{
color: #425E51;
}
</style>
background-color css
<style>
a { background-color: #425E51; }
a { background-color: rgb(66,94,81); }
div.DivClassName
{
background-color: #425E51;
}
.BgClassName
{
background-color: #425E51;
}
</style>
border-color css
<style>
span { border-color: #425E51; }
span { border-color: rgb(66,94,81); }
td.TdClassName
{
border-color: #425E51;
}
.TagClassName
{
border-color: #425E51;
}
</style>