Shades of Plantation #424E48
Tints of Plantation #424E48
RGB
CMYK
RGB Variations
Color information
#424E48 (or 0x424E48) is known color: Plantation. HEX triplet: 42, 4E and 48. RGB value is (66,78,72). Sum of RGB (Red+Green+Blue) = 66+78+72=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 78 - color contains mainly: green. Hex color #424E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E48 is #BDB1B7. Grayscale: #494949. Windows color (decimal): -12431800 or 4738626. OLE color: 4738626.
HSL color Cylindrical-coordinate representation of color #424E48: hue angle of 150º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424E48 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 72 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.69 |
| HSL | 150º | 0.08% | 0.28% | - |
| HSV(B) | 150º | 0.15% | 0.31% | - |
| XYZ | 6.14 | 7.07 | 7.17 | - |
| YUV | 73.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 72 | 0.15 | 0 | 0.08 | 0.69 | 150 | 0.08 | 0.28 |
| Hex | 42 | 4E | 48 | F | 0 | 8 | 45 | 96 | 8 | 1C |
| Octal | 102 | 116 | 110 | 17 | 0 | 10 | 105 | 226 | 10 | 34 |
| Binary | 1000010 | 1001110 | 1001000 | 1111 | 0 | 1000 | 1000101 | 10010110 | 1000 | 11100 |
Color Harmonies of #424E48
Complementary color
Monochromatic Colors of #424E48
Black with #424E48
Text Example
Text Example
White with #424E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E48; }
p { color: rgb(66,78,72); }
H1.HeaderClassName
{
color: #424E48;
}
.AnyTagClassName
{
color: #424E48;
}
</style>
background-color css
<style>
a { background-color: #424E48; }
a { background-color: rgb(66,78,72); }
div.DivClassName
{
background-color: #424E48;
}
.BgClassName
{
background-color: #424E48;
}
</style>
border-color css
<style>
span { border-color: #424E48; }
span { border-color: rgb(66,78,72); }
td.TdClassName
{
border-color: #424E48;
}
.TagClassName
{
border-color: #424E48;
}
</style>