Shades of Plantation #425A4E
Tints of Plantation #425A4E
RGB
CMYK
RGB Variations
Color information
#425A4E (or 0x425A4E) is known color: Plantation. HEX triplet: 42, 5A and 4E. RGB value is (66,90,78). Sum of RGB (Red+Green+Blue) = 66+90+78=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 90 - color contains mainly: green. Hex color #425A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A4E is #BDA5B1. Grayscale: #515151. Windows color (decimal): -12428722 or 5134914. OLE color: 5134914.
HSL color Cylindrical-coordinate representation of color #425A4E: hue angle of 150º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A4E is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 78 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.65 |
| HSL | 150º | 0.15% | 0.31% | - |
| HSV(B) | 150º | 0.27% | 0.35% | - |
| XYZ | 7.28 | 9.02 | 8.57 | - |
| YUV | 81.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 78 | 0.27 | 0 | 0.13 | 0.65 | 150 | 0.15 | 0.31 |
| Hex | 42 | 5A | 4E | 1B | 0 | D | 41 | 96 | F | 1F |
| Octal | 102 | 132 | 116 | 33 | 0 | 15 | 101 | 226 | 17 | 37 |
| Binary | 1000010 | 1011010 | 1001110 | 11011 | 0 | 1101 | 1000001 | 10010110 | 1111 | 11111 |
Color Harmonies of #425A4E
Complementary color
Monochromatic Colors of #425A4E
Black with #425A4E
Text Example
Text Example
White with #425A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A4E; }
p { color: rgb(66,90,78); }
H1.HeaderClassName
{
color: #425A4E;
}
.AnyTagClassName
{
color: #425A4E;
}
</style>
background-color css
<style>
a { background-color: #425A4E; }
a { background-color: rgb(66,90,78); }
div.DivClassName
{
background-color: #425A4E;
}
.BgClassName
{
background-color: #425A4E;
}
</style>
border-color css
<style>
span { border-color: #425A4E; }
span { border-color: rgb(66,90,78); }
td.TdClassName
{
border-color: #425A4E;
}
.TagClassName
{
border-color: #425A4E;
}
</style>