Shades of Plantation #425C50
Tints of Plantation #425C50
RGB
CMYK
RGB Variations
Color information
#425C50 (or 0x425C50) is known color: Plantation. HEX triplet: 42, 5C and 50. RGB value is (66,92,80). Sum of RGB (Red+Green+Blue) = 66+92+80=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #425C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C50 is #BDA3AF. Grayscale: #525252. Windows color (decimal): -12428208 or 5266498. OLE color: 5266498.
HSL color Cylindrical-coordinate representation of color #425C50: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C50 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 80 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.64 |
| HSL | 152.31º | 0.16% | 0.31% | - |
| HSV(B) | 152.31º | 0.28% | 0.36% | - |
| XYZ | 7.52 | 9.39 | 9.01 | - |
| YUV | 82.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 80 | 0.28 | 0 | 0.13 | 0.64 | 152.31 | 0.16 | 0.31 |
| Hex | 42 | 5C | 50 | 1C | 0 | D | 40 | 98 | 10 | 1F |
| Octal | 102 | 134 | 120 | 34 | 0 | 15 | 100 | 230 | 20 | 37 |
| Binary | 1000010 | 1011100 | 1010000 | 11100 | 0 | 1101 | 1000000 | 10011000 | 10000 | 11111 |
Color Harmonies of #425C50
Complementary color
Monochromatic Colors of #425C50
Black with #425C50
Text Example
Text Example
White with #425C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C50; }
p { color: rgb(66,92,80); }
H1.HeaderClassName
{
color: #425C50;
}
.AnyTagClassName
{
color: #425C50;
}
</style>
background-color css
<style>
a { background-color: #425C50; }
a { background-color: rgb(66,92,80); }
div.DivClassName
{
background-color: #425C50;
}
.BgClassName
{
background-color: #425C50;
}
</style>
border-color css
<style>
span { border-color: #425C50; }
span { border-color: rgb(66,92,80); }
td.TdClassName
{
border-color: #425C50;
}
.TagClassName
{
border-color: #425C50;
}
</style>