Shades of Plantation #39624A
Tints of Plantation #39624A
RGB
CMYK
RGB Variations
Color information
#39624A (or 0x39624A) is known color: Plantation. HEX triplet: 39, 62 and 4A. RGB value is (57,98,74). Sum of RGB (Red+Green+Blue) = 57+98+74=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #39624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39624A is #C69DB5. Grayscale: #535353. Windows color (decimal): -13016502 or 4874809. OLE color: 4874809.
HSL color Cylindrical-coordinate representation of color #39624A: hue angle of 144.88º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39624A is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 98 | 74 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.62 |
| HSL | 144.88º | 0.26% | 0.3% | - |
| HSV(B) | 144.88º | 0.42% | 0.38% | - |
| XYZ | 7.29 | 10.1 | 8.04 | - |
| YUV | 83.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 74 | 0.42 | 0 | 0.24 | 0.62 | 144.88 | 0.26 | 0.3 |
| Hex | 39 | 62 | 4A | 2A | 0 | 18 | 3E | 91 | 1A | 1E |
| Octal | 71 | 142 | 112 | 52 | 0 | 30 | 76 | 221 | 32 | 36 |
| Binary | 111001 | 1100010 | 1001010 | 101010 | 0 | 11000 | 111110 | 10010001 | 11010 | 11110 |
Color Harmonies of #39624A
Complementary color
Monochromatic Colors of #39624A
Black with #39624A
Text Example
Text Example
White with #39624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39624A; }
p { color: rgb(57,98,74); }
H1.HeaderClassName
{
color: #39624A;
}
.AnyTagClassName
{
color: #39624A;
}
</style>
background-color css
<style>
a { background-color: #39624A; }
a { background-color: rgb(57,98,74); }
div.DivClassName
{
background-color: #39624A;
}
.BgClassName
{
background-color: #39624A;
}
</style>
border-color css
<style>
span { border-color: #39624A; }
span { border-color: rgb(57,98,74); }
td.TdClassName
{
border-color: #39624A;
}
.TagClassName
{
border-color: #39624A;
}
</style>