Shades of Plantation #435C4E
Tints of Plantation #435C4E
RGB
CMYK
RGB Variations
Color information
#435C4E (or 0x435C4E) is known color: Plantation. HEX triplet: 43, 5C and 4E. RGB value is (67,92,78). Sum of RGB (Red+Green+Blue) = 67+92+78=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #435C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435C4E is #BCA3B1. Grayscale: #525252. Windows color (decimal): -12362674 or 5135427. OLE color: 5135427.
HSL color Cylindrical-coordinate representation of color #435C4E: hue angle of 146.4º 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 #435C4E is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 78 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.64 |
| HSL | 146.4º | 0.16% | 0.31% | - |
| HSV(B) | 146.4º | 0.27% | 0.36% | - |
| XYZ | 7.52 | 9.4 | 8.63 | - |
| YUV | 82.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 78 | 0.27 | 0 | 0.15 | 0.64 | 146.4 | 0.16 | 0.31 |
| Hex | 43 | 5C | 4E | 1B | 0 | F | 40 | 92 | 10 | 1F |
| Octal | 103 | 134 | 116 | 33 | 0 | 17 | 100 | 222 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1001110 | 11011 | 0 | 1111 | 1000000 | 10010010 | 10000 | 11111 |
Color Harmonies of #435C4E
Complementary color
Monochromatic Colors of #435C4E
Black with #435C4E
Text Example
Text Example
White with #435C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C4E; }
p { color: rgb(67,92,78); }
H1.HeaderClassName
{
color: #435C4E;
}
.AnyTagClassName
{
color: #435C4E;
}
</style>
background-color css
<style>
a { background-color: #435C4E; }
a { background-color: rgb(67,92,78); }
div.DivClassName
{
background-color: #435C4E;
}
.BgClassName
{
background-color: #435C4E;
}
</style>
border-color css
<style>
span { border-color: #435C4E; }
span { border-color: rgb(67,92,78); }
td.TdClassName
{
border-color: #435C4E;
}
.TagClassName
{
border-color: #435C4E;
}
</style>