Shades of Plantation #425F4E
Tints of Plantation #425F4E
RGB
CMYK
RGB Variations
Color information
#425F4E (or 0x425F4E) is known color: Plantation. HEX triplet: 42, 5F and 4E. RGB value is (66,95,78). Sum of RGB (Red+Green+Blue) = 66+95+78=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #425F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F4E is #BDA0B1. Grayscale: #545454. Windows color (decimal): -12427442 or 5136194. OLE color: 5136194.
HSL color Cylindrical-coordinate representation of color #425F4E: hue angle of 144.83º 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 #425F4E is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 78 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.63 |
| HSL | 144.83º | 0.18% | 0.32% | - |
| HSV(B) | 144.83º | 0.31% | 0.37% | - |
| XYZ | 7.71 | 9.89 | 8.71 | - |
| YUV | 84.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 78 | 0.31 | 0 | 0.18 | 0.63 | 144.83 | 0.18 | 0.32 |
| Hex | 42 | 5F | 4E | 1F | 0 | 12 | 3F | 91 | 12 | 20 |
| Octal | 102 | 137 | 116 | 37 | 0 | 22 | 77 | 221 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1001110 | 11111 | 0 | 10010 | 111111 | 10010001 | 10010 | 100000 |
Color Harmonies of #425F4E
Complementary color
Monochromatic Colors of #425F4E
Black with #425F4E
Text Example
Text Example
White with #425F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F4E; }
p { color: rgb(66,95,78); }
H1.HeaderClassName
{
color: #425F4E;
}
.AnyTagClassName
{
color: #425F4E;
}
</style>
background-color css
<style>
a { background-color: #425F4E; }
a { background-color: rgb(66,95,78); }
div.DivClassName
{
background-color: #425F4E;
}
.BgClassName
{
background-color: #425F4E;
}
</style>
border-color css
<style>
span { border-color: #425F4E; }
span { border-color: rgb(66,95,78); }
td.TdClassName
{
border-color: #425F4E;
}
.TagClassName
{
border-color: #425F4E;
}
</style>