Shades of Plantation #3C624F
Tints of Plantation #3C624F
RGB
CMYK
RGB Variations
Color information
#3C624F (or 0x3C624F) is known color: Plantation. HEX triplet: 3C, 62 and 4F. RGB value is (60,98,79). Sum of RGB (Red+Green+Blue) = 60+98+79=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #3C624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C624F is #C39DB0. Grayscale: #545454. Windows color (decimal): -12819889 or 5202492. OLE color: 5202492.
HSL color Cylindrical-coordinate representation of color #3C624F: hue angle of 150º 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 #3C624F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 79 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.62 |
| HSL | 150º | 0.24% | 0.31% | - |
| HSV(B) | 150º | 0.39% | 0.38% | - |
| XYZ | 7.64 | 10.26 | 8.97 | - |
| YUV | 84.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 79 | 0.39 | 0 | 0.19 | 0.62 | 150 | 0.24 | 0.31 |
| Hex | 3C | 62 | 4F | 27 | 0 | 13 | 3E | 96 | 18 | 1F |
| Octal | 74 | 142 | 117 | 47 | 0 | 23 | 76 | 226 | 30 | 37 |
| Binary | 111100 | 1100010 | 1001111 | 100111 | 0 | 10011 | 111110 | 10010110 | 11000 | 11111 |
Color Harmonies of #3C624F
Complementary color
Monochromatic Colors of #3C624F
Black with #3C624F
Text Example
Text Example
White with #3C624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C624F; }
p { color: rgb(60,98,79); }
H1.HeaderClassName
{
color: #3C624F;
}
.AnyTagClassName
{
color: #3C624F;
}
</style>
background-color css
<style>
a { background-color: #3C624F; }
a { background-color: rgb(60,98,79); }
div.DivClassName
{
background-color: #3C624F;
}
.BgClassName
{
background-color: #3C624F;
}
</style>
border-color css
<style>
span { border-color: #3C624F; }
span { border-color: rgb(60,98,79); }
td.TdClassName
{
border-color: #3C624F;
}
.TagClassName
{
border-color: #3C624F;
}
</style>