Shades of Plantation #435A4C
Tints of Plantation #435A4C
RGB
CMYK
RGB Variations
Color information
#435A4C (or 0x435A4C) is known color: Plantation. HEX triplet: 43, 5A and 4C. RGB value is (67,90,76). Sum of RGB (Red+Green+Blue) = 67+90+76=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #435A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A4C is #BCA5B3. Grayscale: #515151. Windows color (decimal): -12363188 or 5003843. OLE color: 5003843.
HSL color Cylindrical-coordinate representation of color #435A4C: hue angle of 143.48º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A4C is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 76 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.65 |
| HSL | 143.48º | 0.15% | 0.31% | - |
| HSV(B) | 143.48º | 0.26% | 0.35% | - |
| XYZ | 7.28 | 9.03 | 8.2 | - |
| YUV | 81.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 76 | 0.26 | 0 | 0.16 | 0.65 | 143.48 | 0.15 | 0.31 |
| Hex | 43 | 5A | 4C | 1A | 0 | 10 | 41 | 8F | F | 1F |
| Octal | 103 | 132 | 114 | 32 | 0 | 20 | 101 | 217 | 17 | 37 |
| Binary | 1000011 | 1011010 | 1001100 | 11010 | 0 | 10000 | 1000001 | 10001111 | 1111 | 11111 |
Color Harmonies of #435A4C
Complementary color
Monochromatic Colors of #435A4C
Black with #435A4C
Text Example
Text Example
White with #435A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A4C; }
p { color: rgb(67,90,76); }
H1.HeaderClassName
{
color: #435A4C;
}
.AnyTagClassName
{
color: #435A4C;
}
</style>
background-color css
<style>
a { background-color: #435A4C; }
a { background-color: rgb(67,90,76); }
div.DivClassName
{
background-color: #435A4C;
}
.BgClassName
{
background-color: #435A4C;
}
</style>
border-color css
<style>
span { border-color: #435A4C; }
span { border-color: rgb(67,90,76); }
td.TdClassName
{
border-color: #435A4C;
}
.TagClassName
{
border-color: #435A4C;
}
</style>