Shades of Plantation #3C644B
Tints of Plantation #3C644B
RGB
CMYK
RGB Variations
Color information
#3C644B (or 0x3C644B) is known color: Plantation. HEX triplet: 3C, 64 and 4B. RGB value is (60,100,75). Sum of RGB (Red+Green+Blue) = 60+100+75=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #3C644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C644B is #C39BB4. Grayscale: #555555. Windows color (decimal): -12819381 or 4940860. OLE color: 4940860.
HSL color Cylindrical-coordinate representation of color #3C644B: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C644B is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 75 | - |
| CMYK | 0.4 | 0 | 0.25 | 0.61 |
| HSL | 142.5º | 0.25% | 0.31% | - |
| HSV(B) | 142.5º | 0.4% | 0.39% | - |
| XYZ | 7.69 | 10.58 | 8.29 | - |
| YUV | 85.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 75 | 0.4 | 0 | 0.25 | 0.61 | 142.5 | 0.25 | 0.31 |
| Hex | 3C | 64 | 4B | 28 | 0 | 19 | 3D | 8E | 19 | 1F |
| Octal | 74 | 144 | 113 | 50 | 0 | 31 | 75 | 216 | 31 | 37 |
| Binary | 111100 | 1100100 | 1001011 | 101000 | 0 | 11001 | 111101 | 10001110 | 11001 | 11111 |
Color Harmonies of #3C644B
Complementary color
Monochromatic Colors of #3C644B
Black with #3C644B
Text Example
Text Example
White with #3C644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C644B; }
p { color: rgb(60,100,75); }
H1.HeaderClassName
{
color: #3C644B;
}
.AnyTagClassName
{
color: #3C644B;
}
</style>
background-color css
<style>
a { background-color: #3C644B; }
a { background-color: rgb(60,100,75); }
div.DivClassName
{
background-color: #3C644B;
}
.BgClassName
{
background-color: #3C644B;
}
</style>
border-color css
<style>
span { border-color: #3C644B; }
span { border-color: rgb(60,100,75); }
td.TdClassName
{
border-color: #3C644B;
}
.TagClassName
{
border-color: #3C644B;
}
</style>