Shades of Plantation #435C4D
Tints of Plantation #435C4D
RGB
CMYK
RGB Variations
Color information
#435C4D (or 0x435C4D) is known color: Plantation. HEX triplet: 43, 5C and 4D. RGB value is (67,92,77). Sum of RGB (Red+Green+Blue) = 67+92+77=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #435C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C4D is #BCA3B2. Grayscale: #525252. Windows color (decimal): -12362675 or 5069891. OLE color: 5069891.
HSL color Cylindrical-coordinate representation of color #435C4D: hue angle of 144º 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 #435C4D is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 77 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.64 |
| HSL | 144º | 0.16% | 0.31% | - |
| HSV(B) | 144º | 0.27% | 0.36% | - |
| XYZ | 7.48 | 9.38 | 8.44 | - |
| YUV | 82.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 77 | 0.27 | 0 | 0.16 | 0.64 | 144 | 0.16 | 0.31 |
| Hex | 43 | 5C | 4D | 1B | 0 | 10 | 40 | 90 | 10 | 1F |
| Octal | 103 | 134 | 115 | 33 | 0 | 20 | 100 | 220 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1001101 | 11011 | 0 | 10000 | 1000000 | 10010000 | 10000 | 11111 |
Color Harmonies of #435C4D
Complementary color
Monochromatic Colors of #435C4D
Black with #435C4D
Text Example
Text Example
White with #435C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C4D; }
p { color: rgb(67,92,77); }
H1.HeaderClassName
{
color: #435C4D;
}
.AnyTagClassName
{
color: #435C4D;
}
</style>
background-color css
<style>
a { background-color: #435C4D; }
a { background-color: rgb(67,92,77); }
div.DivClassName
{
background-color: #435C4D;
}
.BgClassName
{
background-color: #435C4D;
}
</style>
border-color css
<style>
span { border-color: #435C4D; }
span { border-color: rgb(67,92,77); }
td.TdClassName
{
border-color: #435C4D;
}
.TagClassName
{
border-color: #435C4D;
}
</style>