Shades of Plantation #3C5F4C
Tints of Plantation #3C5F4C
RGB
CMYK
RGB Variations
Color information
#3C5F4C (or 0x3C5F4C) is known color: Plantation. HEX triplet: 3C, 5F and 4C. RGB value is (60,95,76). Sum of RGB (Red+Green+Blue) = 60+95+76=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5F4C is #C3A0B3. Grayscale: #525252. Windows color (decimal): -12820660 or 5005116. OLE color: 5005116.
HSL color Cylindrical-coordinate representation of color #3C5F4C: hue angle of 147.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F4C is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 95 | 76 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.63 |
| HSL | 147.43º | 0.23% | 0.3% | - |
| HSV(B) | 147.43º | 0.37% | 0.37% | - |
| XYZ | 7.26 | 9.67 | 8.32 | - |
| YUV | 82.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 76 | 0.37 | 0 | 0.20 | 0.63 | 147.43 | 0.23 | 0.3 |
| Hex | 3C | 5F | 4C | 25 | 0 | 14 | 3F | 93 | 17 | 1E |
| Octal | 74 | 137 | 114 | 45 | 0 | 24 | 77 | 223 | 27 | 36 |
| Binary | 111100 | 1011111 | 1001100 | 100101 | 0 | 10100 | 111111 | 10010011 | 10111 | 11110 |
Color Harmonies of #3C5F4C
Complementary color
Monochromatic Colors of #3C5F4C
Black with #3C5F4C
Text Example
Text Example
White with #3C5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5F4C; }
p { color: rgb(60,95,76); }
H1.HeaderClassName
{
color: #3C5F4C;
}
.AnyTagClassName
{
color: #3C5F4C;
}
</style>
background-color css
<style>
a { background-color: #3C5F4C; }
a { background-color: rgb(60,95,76); }
div.DivClassName
{
background-color: #3C5F4C;
}
.BgClassName
{
background-color: #3C5F4C;
}
</style>
border-color css
<style>
span { border-color: #3C5F4C; }
span { border-color: rgb(60,95,76); }
td.TdClassName
{
border-color: #3C5F4C;
}
.TagClassName
{
border-color: #3C5F4C;
}
</style>