Shades of Plantation #40604F
Tints of Plantation #40604F
RGB
CMYK
RGB Variations
Color information
#40604F (or 0x40604F) is known color: Plantation. HEX triplet: 40, 60 and 4F. RGB value is (64,96,79). Sum of RGB (Red+Green+Blue) = 64+96+79=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #40604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40604F is #BF9FB0. Grayscale: #545454. Windows color (decimal): -12558257 or 5201984. OLE color: 5201984.
HSL color Cylindrical-coordinate representation of color #40604F: hue angle of 148.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40604F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 79 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.62 |
| HSL | 148.13º | 0.2% | 0.31% | - |
| HSV(B) | 148.13º | 0.33% | 0.38% | - |
| XYZ | 7.71 | 10.02 | 8.92 | - |
| YUV | 84.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 79 | 0.33 | 0 | 0.18 | 0.62 | 148.13 | 0.2 | 0.31 |
| Hex | 40 | 60 | 4F | 21 | 0 | 12 | 3E | 94 | 14 | 1F |
| Octal | 100 | 140 | 117 | 41 | 0 | 22 | 76 | 224 | 24 | 37 |
| Binary | 1000000 | 1100000 | 1001111 | 100001 | 0 | 10010 | 111110 | 10010100 | 10100 | 11111 |
Color Harmonies of #40604F
Complementary color
Monochromatic Colors of #40604F
Black with #40604F
Text Example
Text Example
White with #40604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40604F; }
p { color: rgb(64,96,79); }
H1.HeaderClassName
{
color: #40604F;
}
.AnyTagClassName
{
color: #40604F;
}
</style>
background-color css
<style>
a { background-color: #40604F; }
a { background-color: rgb(64,96,79); }
div.DivClassName
{
background-color: #40604F;
}
.BgClassName
{
background-color: #40604F;
}
</style>
border-color css
<style>
span { border-color: #40604F; }
span { border-color: rgb(64,96,79); }
td.TdClassName
{
border-color: #40604F;
}
.TagClassName
{
border-color: #40604F;
}
</style>