Shades of Plantation #3A594C
Tints of Plantation #3A594C
RGB
CMYK
RGB Variations
Color information
#3A594C (or 0x3A594C) is known color: Plantation. HEX triplet: 3A, 59 and 4C. RGB value is (58,89,76). Sum of RGB (Red+Green+Blue) = 58+89+76=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #3A594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A594C is #C5A6B3. Grayscale: #4E4E4E. Windows color (decimal): -12953268 or 5003578. OLE color: 5003578.
HSL color Cylindrical-coordinate representation of color #3A594C: hue angle of 154.84º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A594C is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 76 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.65 |
| HSL | 154.84º | 0.21% | 0.29% | - |
| HSV(B) | 154.84º | 0.35% | 0.35% | - |
| XYZ | 6.62 | 8.57 | 8.14 | - |
| YUV | 78.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 76 | 0.35 | 0 | 0.15 | 0.65 | 154.84 | 0.21 | 0.29 |
| Hex | 3A | 59 | 4C | 23 | 0 | F | 41 | 9B | 15 | 1D |
| Octal | 72 | 131 | 114 | 43 | 0 | 17 | 101 | 233 | 25 | 35 |
| Binary | 111010 | 1011001 | 1001100 | 100011 | 0 | 1111 | 1000001 | 10011011 | 10101 | 11101 |
Color Harmonies of #3A594C
Complementary color
Monochromatic Colors of #3A594C
Black with #3A594C
Text Example
Text Example
White with #3A594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A594C; }
p { color: rgb(58,89,76); }
H1.HeaderClassName
{
color: #3A594C;
}
.AnyTagClassName
{
color: #3A594C;
}
</style>
background-color css
<style>
a { background-color: #3A594C; }
a { background-color: rgb(58,89,76); }
div.DivClassName
{
background-color: #3A594C;
}
.BgClassName
{
background-color: #3A594C;
}
</style>
border-color css
<style>
span { border-color: #3A594C; }
span { border-color: rgb(58,89,76); }
td.TdClassName
{
border-color: #3A594C;
}
.TagClassName
{
border-color: #3A594C;
}
</style>