Shades of Plantation #3A634A
Tints of Plantation #3A634A
RGB
CMYK
RGB Variations
Color information
#3A634A (or 0x3A634A) is known color: Plantation. HEX triplet: 3A, 63 and 4A. RGB value is (58,99,74). Sum of RGB (Red+Green+Blue) = 58+99+74=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #3A634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A634A is #C59CB5. Grayscale: #535353. Windows color (decimal): -12950710 or 4875066. OLE color: 4875066.
HSL color Cylindrical-coordinate representation of color #3A634A: hue angle of 143.41º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A634A is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 74 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.61 |
| HSL | 143.41º | 0.26% | 0.31% | - |
| HSV(B) | 143.41º | 0.41% | 0.39% | - |
| XYZ | 7.44 | 10.32 | 8.08 | - |
| YUV | 83.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 74 | 0.41 | 0 | 0.25 | 0.61 | 143.41 | 0.26 | 0.31 |
| Hex | 3A | 63 | 4A | 29 | 0 | 19 | 3D | 8F | 1A | 1F |
| Octal | 72 | 143 | 112 | 51 | 0 | 31 | 75 | 217 | 32 | 37 |
| Binary | 111010 | 1100011 | 1001010 | 101001 | 0 | 11001 | 111101 | 10001111 | 11010 | 11111 |
Color Harmonies of #3A634A
Complementary color
Monochromatic Colors of #3A634A
Black with #3A634A
Text Example
Text Example
White with #3A634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A634A; }
p { color: rgb(58,99,74); }
H1.HeaderClassName
{
color: #3A634A;
}
.AnyTagClassName
{
color: #3A634A;
}
</style>
background-color css
<style>
a { background-color: #3A634A; }
a { background-color: rgb(58,99,74); }
div.DivClassName
{
background-color: #3A634A;
}
.BgClassName
{
background-color: #3A634A;
}
</style>
border-color css
<style>
span { border-color: #3A634A; }
span { border-color: rgb(58,99,74); }
td.TdClassName
{
border-color: #3A634A;
}
.TagClassName
{
border-color: #3A634A;
}
</style>