Shades of Plantation #434D48
Tints of Plantation #434D48
RGB
CMYK
RGB Variations
Color information
#434D48 (or 0x434D48) is known color: Plantation. HEX triplet: 43, 4D and 48. RGB value is (67,77,72). Sum of RGB (Red+Green+Blue) = 67+77+72=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 77 - color contains mainly: green. Hex color #434D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D48 is #BCB2B7. Grayscale: #494949. Windows color (decimal): -12366520 or 4738371. OLE color: 4738371.
HSL color Cylindrical-coordinate representation of color #434D48: hue angle of 150º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D48 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 72 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.70 |
| HSL | 150º | 0.07% | 0.28% | - |
| HSV(B) | 150º | 0.13% | 0.3% | - |
| XYZ | 6.14 | 6.97 | 7.15 | - |
| YUV | 73.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 72 | 0.13 | 0 | 0.06 | 0.70 | 150 | 0.07 | 0.28 |
| Hex | 43 | 4D | 48 | D | 0 | 6 | 46 | 96 | 7 | 1C |
| Octal | 103 | 115 | 110 | 15 | 0 | 6 | 106 | 226 | 7 | 34 |
| Binary | 1000011 | 1001101 | 1001000 | 1101 | 0 | 110 | 1000110 | 10010110 | 111 | 11100 |
Color Harmonies of #434D48
Complementary color
Monochromatic Colors of #434D48
Black with #434D48
Text Example
Text Example
White with #434D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D48; }
p { color: rgb(67,77,72); }
H1.HeaderClassName
{
color: #434D48;
}
.AnyTagClassName
{
color: #434D48;
}
</style>
background-color css
<style>
a { background-color: #434D48; }
a { background-color: rgb(67,77,72); }
div.DivClassName
{
background-color: #434D48;
}
.BgClassName
{
background-color: #434D48;
}
</style>
border-color css
<style>
span { border-color: #434D48; }
span { border-color: rgb(67,77,72); }
td.TdClassName
{
border-color: #434D48;
}
.TagClassName
{
border-color: #434D48;
}
</style>