Shades of Plantation #3B624B
Tints of Plantation #3B624B
RGB
CMYK
RGB Variations
Color information
#3B624B (or 0x3B624B) is known color: Plantation. HEX triplet: 3B, 62 and 4B. RGB value is (59,98,75). Sum of RGB (Red+Green+Blue) = 59+98+75=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #3B624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B624B is #C49DB4. Grayscale: #535353. Windows color (decimal): -12885429 or 4940347. OLE color: 4940347.
HSL color Cylindrical-coordinate representation of color #3B624B: hue angle of 144.62º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B624B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 98 | 75 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.62 |
| HSL | 144.62º | 0.25% | 0.31% | - |
| HSV(B) | 144.62º | 0.4% | 0.38% | - |
| XYZ | 7.44 | 10.17 | 8.23 | - |
| YUV | 83.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 75 | 0.40 | 0 | 0.23 | 0.62 | 144.62 | 0.25 | 0.31 |
| Hex | 3B | 62 | 4B | 28 | 0 | 17 | 3E | 91 | 19 | 1F |
| Octal | 73 | 142 | 113 | 50 | 0 | 27 | 76 | 221 | 31 | 37 |
| Binary | 111011 | 1100010 | 1001011 | 101000 | 0 | 10111 | 111110 | 10010001 | 11001 | 11111 |
Color Harmonies of #3B624B
Complementary color
Monochromatic Colors of #3B624B
Black with #3B624B
Text Example
Text Example
White with #3B624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B624B; }
p { color: rgb(59,98,75); }
H1.HeaderClassName
{
color: #3B624B;
}
.AnyTagClassName
{
color: #3B624B;
}
</style>
background-color css
<style>
a { background-color: #3B624B; }
a { background-color: rgb(59,98,75); }
div.DivClassName
{
background-color: #3B624B;
}
.BgClassName
{
background-color: #3B624B;
}
</style>
border-color css
<style>
span { border-color: #3B624B; }
span { border-color: rgb(59,98,75); }
td.TdClassName
{
border-color: #3B624B;
}
.TagClassName
{
border-color: #3B624B;
}
</style>