Shades of Plantation #425F51
Tints of Plantation #425F51
RGB
CMYK
RGB Variations
Color information
#425F51 (or 0x425F51) is known color: Plantation. HEX triplet: 42, 5F and 51. RGB value is (66,95,81). Sum of RGB (Red+Green+Blue) = 66+95+81=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #425F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F51 is #BDA0AE. Grayscale: #545454. Windows color (decimal): -12427439 or 5332802. OLE color: 5332802.
HSL color Cylindrical-coordinate representation of color #425F51: hue angle of 151.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F51 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 81 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.63 |
| HSL | 151.03º | 0.18% | 0.32% | - |
| HSV(B) | 151.03º | 0.31% | 0.37% | - |
| XYZ | 7.82 | 9.94 | 9.29 | - |
| YUV | 84.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 81 | 0.31 | 0 | 0.15 | 0.63 | 151.03 | 0.18 | 0.32 |
| Hex | 42 | 5F | 51 | 1F | 0 | F | 3F | 97 | 12 | 20 |
| Octal | 102 | 137 | 121 | 37 | 0 | 17 | 77 | 227 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1010001 | 11111 | 0 | 1111 | 111111 | 10010111 | 10010 | 100000 |
Color Harmonies of #425F51
Complementary color
Monochromatic Colors of #425F51
Black with #425F51
Text Example
Text Example
White with #425F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F51; }
p { color: rgb(66,95,81); }
H1.HeaderClassName
{
color: #425F51;
}
.AnyTagClassName
{
color: #425F51;
}
</style>
background-color css
<style>
a { background-color: #425F51; }
a { background-color: rgb(66,95,81); }
div.DivClassName
{
background-color: #425F51;
}
.BgClassName
{
background-color: #425F51;
}
</style>
border-color css
<style>
span { border-color: #425F51; }
span { border-color: rgb(66,95,81); }
td.TdClassName
{
border-color: #425F51;
}
.TagClassName
{
border-color: #425F51;
}
</style>