Shades of Plantation #3C6250
Tints of Plantation #3C6250
RGB
CMYK
RGB Variations
Color information
#3C6250 (or 0x3C6250) is known color: Plantation. HEX triplet: 3C, 62 and 50. RGB value is (60,98,80). Sum of RGB (Red+Green+Blue) = 60+98+80=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6250 is #C39DAF. Grayscale: #545454. Windows color (decimal): -12819888 or 5268028. OLE color: 5268028.
HSL color Cylindrical-coordinate representation of color #3C6250: hue angle of 151.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6250 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 80 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.62 |
| HSL | 151.58º | 0.24% | 0.31% | - |
| HSV(B) | 151.58º | 0.39% | 0.38% | - |
| XYZ | 7.68 | 10.28 | 9.17 | - |
| YUV | 84.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 80 | 0.39 | 0 | 0.18 | 0.62 | 151.58 | 0.24 | 0.31 |
| Hex | 3C | 62 | 50 | 27 | 0 | 12 | 3E | 98 | 18 | 1F |
| Octal | 74 | 142 | 120 | 47 | 0 | 22 | 76 | 230 | 30 | 37 |
| Binary | 111100 | 1100010 | 1010000 | 100111 | 0 | 10010 | 111110 | 10011000 | 11000 | 11111 |
Color Harmonies of #3C6250
Complementary color
Monochromatic Colors of #3C6250
Black with #3C6250
Text Example
Text Example
White with #3C6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6250; }
p { color: rgb(60,98,80); }
H1.HeaderClassName
{
color: #3C6250;
}
.AnyTagClassName
{
color: #3C6250;
}
</style>
background-color css
<style>
a { background-color: #3C6250; }
a { background-color: rgb(60,98,80); }
div.DivClassName
{
background-color: #3C6250;
}
.BgClassName
{
background-color: #3C6250;
}
</style>
border-color css
<style>
span { border-color: #3C6250; }
span { border-color: rgb(60,98,80); }
td.TdClassName
{
border-color: #3C6250;
}
.TagClassName
{
border-color: #3C6250;
}
</style>