Shades of Plantation #3E554B
Tints of Plantation #3E554B
RGB
CMYK
RGB Variations
Color information
#3E554B (or 0x3E554B) is known color: Plantation. HEX triplet: 3E, 55 and 4B. RGB value is (62,85,75). Sum of RGB (Red+Green+Blue) = 62+85+75=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #3E554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E554B is #C1AAB4. Grayscale: #4D4D4D. Windows color (decimal): -12692149 or 4937022. OLE color: 4937022.
HSL color Cylindrical-coordinate representation of color #3E554B: hue angle of 153.91º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E554B is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 75 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.67 |
| HSL | 153.91º | 0.16% | 0.29% | - |
| HSV(B) | 153.91º | 0.27% | 0.33% | - |
| XYZ | 6.51 | 8.03 | 7.86 | - |
| YUV | 76.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 75 | 0.27 | 0 | 0.12 | 0.67 | 153.91 | 0.16 | 0.29 |
| Hex | 3E | 55 | 4B | 1B | 0 | C | 43 | 9A | 10 | 1D |
| Octal | 76 | 125 | 113 | 33 | 0 | 14 | 103 | 232 | 20 | 35 |
| Binary | 111110 | 1010101 | 1001011 | 11011 | 0 | 1100 | 1000011 | 10011010 | 10000 | 11101 |
Color Harmonies of #3E554B
Complementary color
Monochromatic Colors of #3E554B
Black with #3E554B
Text Example
Text Example
White with #3E554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E554B; }
p { color: rgb(62,85,75); }
H1.HeaderClassName
{
color: #3E554B;
}
.AnyTagClassName
{
color: #3E554B;
}
</style>
background-color css
<style>
a { background-color: #3E554B; }
a { background-color: rgb(62,85,75); }
div.DivClassName
{
background-color: #3E554B;
}
.BgClassName
{
background-color: #3E554B;
}
</style>
border-color css
<style>
span { border-color: #3E554B; }
span { border-color: rgb(62,85,75); }
td.TdClassName
{
border-color: #3E554B;
}
.TagClassName
{
border-color: #3E554B;
}
</style>