Shades of Plantation #3A624C
Tints of Plantation #3A624C
RGB
CMYK
RGB Variations
Color information
#3A624C (or 0x3A624C) is known color: Plantation. HEX triplet: 3A, 62 and 4C. RGB value is (58,98,76). Sum of RGB (Red+Green+Blue) = 58+98+76=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #3A624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A624C is #C59DB3. Grayscale: #535353. Windows color (decimal): -12950964 or 5005882. OLE color: 5005882.
HSL color Cylindrical-coordinate representation of color #3A624C: hue angle of 147º 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 #3A624C is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 76 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.62 |
| HSL | 147º | 0.26% | 0.31% | - |
| HSV(B) | 147º | 0.41% | 0.38% | - |
| XYZ | 7.42 | 10.16 | 8.41 | - |
| YUV | 83.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 76 | 0.41 | 0 | 0.22 | 0.62 | 147 | 0.26 | 0.31 |
| Hex | 3A | 62 | 4C | 29 | 0 | 16 | 3E | 93 | 1A | 1F |
| Octal | 72 | 142 | 114 | 51 | 0 | 26 | 76 | 223 | 32 | 37 |
| Binary | 111010 | 1100010 | 1001100 | 101001 | 0 | 10110 | 111110 | 10010011 | 11010 | 11111 |
Color Harmonies of #3A624C
Complementary color
Monochromatic Colors of #3A624C
Black with #3A624C
Text Example
Text Example
White with #3A624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A624C; }
p { color: rgb(58,98,76); }
H1.HeaderClassName
{
color: #3A624C;
}
.AnyTagClassName
{
color: #3A624C;
}
</style>
background-color css
<style>
a { background-color: #3A624C; }
a { background-color: rgb(58,98,76); }
div.DivClassName
{
background-color: #3A624C;
}
.BgClassName
{
background-color: #3A624C;
}
</style>
border-color css
<style>
span { border-color: #3A624C; }
span { border-color: rgb(58,98,76); }
td.TdClassName
{
border-color: #3A624C;
}
.TagClassName
{
border-color: #3A624C;
}
</style>