Shades of Plantation #3A624A
Tints of Plantation #3A624A
RGB
CMYK
RGB Variations
Color information
#3A624A (or 0x3A624A) is known color: Plantation. HEX triplet: 3A, 62 and 4A. RGB value is (58,98,74). Sum of RGB (Red+Green+Blue) = 58+98+74=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #3A624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A624A is #C59DB5. Grayscale: #535353. Windows color (decimal): -12950966 or 4874810. OLE color: 4874810.
HSL color Cylindrical-coordinate representation of color #3A624A: hue angle of 144º 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 #3A624A is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 74 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.62 |
| HSL | 144º | 0.26% | 0.31% | - |
| HSV(B) | 144º | 0.41% | 0.38% | - |
| XYZ | 7.35 | 10.13 | 8.05 | - |
| YUV | 83.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 74 | 0.41 | 0 | 0.24 | 0.62 | 144 | 0.26 | 0.31 |
| Hex | 3A | 62 | 4A | 29 | 0 | 18 | 3E | 90 | 1A | 1F |
| Octal | 72 | 142 | 112 | 51 | 0 | 30 | 76 | 220 | 32 | 37 |
| Binary | 111010 | 1100010 | 1001010 | 101001 | 0 | 11000 | 111110 | 10010000 | 11010 | 11111 |
Color Harmonies of #3A624A
Complementary color
Monochromatic Colors of #3A624A
Black with #3A624A
Text Example
Text Example
White with #3A624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A624A; }
p { color: rgb(58,98,74); }
H1.HeaderClassName
{
color: #3A624A;
}
.AnyTagClassName
{
color: #3A624A;
}
</style>
background-color css
<style>
a { background-color: #3A624A; }
a { background-color: rgb(58,98,74); }
div.DivClassName
{
background-color: #3A624A;
}
.BgClassName
{
background-color: #3A624A;
}
</style>
border-color css
<style>
span { border-color: #3A624A; }
span { border-color: rgb(58,98,74); }
td.TdClassName
{
border-color: #3A624A;
}
.TagClassName
{
border-color: #3A624A;
}
</style>