Shades of Plantation #3A5345
Tints of Plantation #3A5345
RGB
CMYK
RGB Variations
Color information
#3A5345 (or 0x3A5345) is known color: Plantation. HEX triplet: 3A, 53 and 45. RGB value is (58,83,69). Sum of RGB (Red+Green+Blue) = 58+83+69=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5345 is #C5ACBA. Grayscale: #494949. Windows color (decimal): -12954811 or 4543290. OLE color: 4543290.
HSL color Cylindrical-coordinate representation of color #3A5345: hue angle of 146.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5345 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 69 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.67 |
| HSL | 146.4º | 0.18% | 0.28% | - |
| HSV(B) | 146.4º | 0.3% | 0.33% | - |
| XYZ | 5.91 | 7.52 | 6.77 | - |
| YUV | 73.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 69 | 0.30 | 0 | 0.17 | 0.67 | 146.4 | 0.18 | 0.28 |
| Hex | 3A | 53 | 45 | 1E | 0 | 11 | 43 | 92 | 12 | 1C |
| Octal | 72 | 123 | 105 | 36 | 0 | 21 | 103 | 222 | 22 | 34 |
| Binary | 111010 | 1010011 | 1000101 | 11110 | 0 | 10001 | 1000011 | 10010010 | 10010 | 11100 |
Color Harmonies of #3A5345
Complementary color
Monochromatic Colors of #3A5345
Black with #3A5345
Text Example
Text Example
White with #3A5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5345; }
p { color: rgb(58,83,69); }
H1.HeaderClassName
{
color: #3A5345;
}
.AnyTagClassName
{
color: #3A5345;
}
</style>
background-color css
<style>
a { background-color: #3A5345; }
a { background-color: rgb(58,83,69); }
div.DivClassName
{
background-color: #3A5345;
}
.BgClassName
{
background-color: #3A5345;
}
</style>
border-color css
<style>
span { border-color: #3A5345; }
span { border-color: rgb(58,83,69); }
td.TdClassName
{
border-color: #3A5345;
}
.TagClassName
{
border-color: #3A5345;
}
</style>