Shades of Plantation #3C604C
Tints of Plantation #3C604C
RGB
CMYK
RGB Variations
Color information
#3C604C (or 0x3C604C) is known color: Plantation. HEX triplet: 3C, 60 and 4C. RGB value is (60,96,76). Sum of RGB (Red+Green+Blue) = 60+96+76=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C604C is #C39FB3. Grayscale: #535353. Windows color (decimal): -12820404 or 5005372. OLE color: 5005372.
HSL color Cylindrical-coordinate representation of color #3C604C: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C604C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 76 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.62 |
| HSL | 146.67º | 0.23% | 0.31% | - |
| HSV(B) | 146.67º | 0.38% | 0.38% | - |
| XYZ | 7.35 | 9.85 | 8.35 | - |
| YUV | 82.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 76 | 0.38 | 0 | 0.21 | 0.62 | 146.67 | 0.23 | 0.31 |
| Hex | 3C | 60 | 4C | 26 | 0 | 15 | 3E | 93 | 17 | 1F |
| Octal | 74 | 140 | 114 | 46 | 0 | 25 | 76 | 223 | 27 | 37 |
| Binary | 111100 | 1100000 | 1001100 | 100110 | 0 | 10101 | 111110 | 10010011 | 10111 | 11111 |
Color Harmonies of #3C604C
Complementary color
Monochromatic Colors of #3C604C
Black with #3C604C
Text Example
Text Example
White with #3C604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C604C; }
p { color: rgb(60,96,76); }
H1.HeaderClassName
{
color: #3C604C;
}
.AnyTagClassName
{
color: #3C604C;
}
</style>
background-color css
<style>
a { background-color: #3C604C; }
a { background-color: rgb(60,96,76); }
div.DivClassName
{
background-color: #3C604C;
}
.BgClassName
{
background-color: #3C604C;
}
</style>
border-color css
<style>
span { border-color: #3C604C; }
span { border-color: rgb(60,96,76); }
td.TdClassName
{
border-color: #3C604C;
}
.TagClassName
{
border-color: #3C604C;
}
</style>