Shades of Plantation #3A624D
Tints of Plantation #3A624D
RGB
CMYK
RGB Variations
Color information
#3A624D (or 0x3A624D) is known color: Plantation. HEX triplet: 3A, 62 and 4D. RGB value is (58,98,77). Sum of RGB (Red+Green+Blue) = 58+98+77=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #3A624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A624D is #C59DB2. Grayscale: #535353. Windows color (decimal): -12950963 or 5071418. OLE color: 5071418.
HSL color Cylindrical-coordinate representation of color #3A624D: hue angle of 148.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A624D is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 77 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.62 |
| HSL | 148.5º | 0.26% | 0.31% | - |
| HSV(B) | 148.5º | 0.41% | 0.38% | - |
| XYZ | 7.45 | 10.17 | 8.59 | - |
| YUV | 83.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 77 | 0.41 | 0 | 0.21 | 0.62 | 148.5 | 0.26 | 0.31 |
| Hex | 3A | 62 | 4D | 29 | 0 | 15 | 3E | 94 | 1A | 1F |
| Octal | 72 | 142 | 115 | 51 | 0 | 25 | 76 | 224 | 32 | 37 |
| Binary | 111010 | 1100010 | 1001101 | 101001 | 0 | 10101 | 111110 | 10010100 | 11010 | 11111 |
Color Harmonies of #3A624D
Complementary color
Monochromatic Colors of #3A624D
Black with #3A624D
Text Example
Text Example
White with #3A624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A624D; }
p { color: rgb(58,98,77); }
H1.HeaderClassName
{
color: #3A624D;
}
.AnyTagClassName
{
color: #3A624D;
}
</style>
background-color css
<style>
a { background-color: #3A624D; }
a { background-color: rgb(58,98,77); }
div.DivClassName
{
background-color: #3A624D;
}
.BgClassName
{
background-color: #3A624D;
}
</style>
border-color css
<style>
span { border-color: #3A624D; }
span { border-color: rgb(58,98,77); }
td.TdClassName
{
border-color: #3A624D;
}
.TagClassName
{
border-color: #3A624D;
}
</style>