Shades of Plantation #405C4B
Tints of Plantation #405C4B
RGB
CMYK
RGB Variations
Color information
#405C4B (or 0x405C4B) is known color: Plantation. HEX triplet: 40, 5C and 4B. RGB value is (64,92,75). Sum of RGB (Red+Green+Blue) = 64+92+75=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #405C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C4B is #BFA3B4. Grayscale: #515151. Windows color (decimal): -12559285 or 4938816. OLE color: 4938816.
HSL color Cylindrical-coordinate representation of color #405C4B: hue angle of 143.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405C4B is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 75 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.64 |
| HSL | 143.57º | 0.18% | 0.31% | - |
| HSV(B) | 143.57º | 0.3% | 0.36% | - |
| XYZ | 7.21 | 9.25 | 8.06 | - |
| YUV | 81.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 75 | 0.30 | 0 | 0.18 | 0.64 | 143.57 | 0.18 | 0.31 |
| Hex | 40 | 5C | 4B | 1E | 0 | 12 | 40 | 90 | 12 | 1F |
| Octal | 100 | 134 | 113 | 36 | 0 | 22 | 100 | 220 | 22 | 37 |
| Binary | 1000000 | 1011100 | 1001011 | 11110 | 0 | 10010 | 1000000 | 10010000 | 10010 | 11111 |
Color Harmonies of #405C4B
Complementary color
Monochromatic Colors of #405C4B
Black with #405C4B
Text Example
Text Example
White with #405C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C4B; }
p { color: rgb(64,92,75); }
H1.HeaderClassName
{
color: #405C4B;
}
.AnyTagClassName
{
color: #405C4B;
}
</style>
background-color css
<style>
a { background-color: #405C4B; }
a { background-color: rgb(64,92,75); }
div.DivClassName
{
background-color: #405C4B;
}
.BgClassName
{
background-color: #405C4B;
}
</style>
border-color css
<style>
span { border-color: #405C4B; }
span { border-color: rgb(64,92,75); }
td.TdClassName
{
border-color: #405C4B;
}
.TagClassName
{
border-color: #405C4B;
}
</style>