Shades of Plantation #425B50
Tints of Plantation #425B50
RGB
CMYK
RGB Variations
Color information
#425B50 (or 0x425B50) is known color: Plantation. HEX triplet: 42, 5B and 50. RGB value is (66,91,80). Sum of RGB (Red+Green+Blue) = 66+91+80=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #425B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B50 is #BDA4AF. Grayscale: #525252. Windows color (decimal): -12428464 or 5266242. OLE color: 5266242.
HSL color Cylindrical-coordinate representation of color #425B50: hue angle of 153.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425B50 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 80 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.64 |
| HSL | 153.6º | 0.16% | 0.31% | - |
| HSV(B) | 153.6º | 0.27% | 0.36% | - |
| XYZ | 7.44 | 9.22 | 8.98 | - |
| YUV | 82.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 80 | 0.27 | 0 | 0.12 | 0.64 | 153.6 | 0.16 | 0.31 |
| Hex | 42 | 5B | 50 | 1B | 0 | C | 40 | 9A | 10 | 1F |
| Octal | 102 | 133 | 120 | 33 | 0 | 14 | 100 | 232 | 20 | 37 |
| Binary | 1000010 | 1011011 | 1010000 | 11011 | 0 | 1100 | 1000000 | 10011010 | 10000 | 11111 |
Color Harmonies of #425B50
Complementary color
Monochromatic Colors of #425B50
Black with #425B50
Text Example
Text Example
White with #425B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B50; }
p { color: rgb(66,91,80); }
H1.HeaderClassName
{
color: #425B50;
}
.AnyTagClassName
{
color: #425B50;
}
</style>
background-color css
<style>
a { background-color: #425B50; }
a { background-color: rgb(66,91,80); }
div.DivClassName
{
background-color: #425B50;
}
.BgClassName
{
background-color: #425B50;
}
</style>
border-color css
<style>
span { border-color: #425B50; }
span { border-color: rgb(66,91,80); }
td.TdClassName
{
border-color: #425B50;
}
.TagClassName
{
border-color: #425B50;
}
</style>