Shades of Plantation #3A5F4D
Tints of Plantation #3A5F4D
RGB
CMYK
RGB Variations
Color information
#3A5F4D (or 0x3A5F4D) is known color: Plantation. HEX triplet: 3A, 5F and 4D. RGB value is (58,95,77). Sum of RGB (Red+Green+Blue) = 58+95+77=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5F4D is #C5A0B2. Grayscale: #515151. Windows color (decimal): -12951731 or 5070650. OLE color: 5070650.
HSL color Cylindrical-coordinate representation of color #3A5F4D: hue angle of 150.81º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F4D is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 77 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.63 |
| HSL | 150.81º | 0.24% | 0.3% | - |
| HSV(B) | 150.81º | 0.39% | 0.37% | - |
| XYZ | 7.18 | 9.62 | 8.5 | - |
| YUV | 81.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 77 | 0.39 | 0 | 0.19 | 0.63 | 150.81 | 0.24 | 0.3 |
| Hex | 3A | 5F | 4D | 27 | 0 | 13 | 3F | 97 | 18 | 1E |
| Octal | 72 | 137 | 115 | 47 | 0 | 23 | 77 | 227 | 30 | 36 |
| Binary | 111010 | 1011111 | 1001101 | 100111 | 0 | 10011 | 111111 | 10010111 | 11000 | 11110 |
Color Harmonies of #3A5F4D
Complementary color
Monochromatic Colors of #3A5F4D
Black with #3A5F4D
Text Example
Text Example
White with #3A5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F4D; }
p { color: rgb(58,95,77); }
H1.HeaderClassName
{
color: #3A5F4D;
}
.AnyTagClassName
{
color: #3A5F4D;
}
</style>
background-color css
<style>
a { background-color: #3A5F4D; }
a { background-color: rgb(58,95,77); }
div.DivClassName
{
background-color: #3A5F4D;
}
.BgClassName
{
background-color: #3A5F4D;
}
</style>
border-color css
<style>
span { border-color: #3A5F4D; }
span { border-color: rgb(58,95,77); }
td.TdClassName
{
border-color: #3A5F4D;
}
.TagClassName
{
border-color: #3A5F4D;
}
</style>