Shades of Plantation #3B634B
Tints of Plantation #3B634B
RGB
CMYK
RGB Variations
Color information
#3B634B (or 0x3B634B) is known color: Plantation. HEX triplet: 3B, 63 and 4B. RGB value is (59,99,75). Sum of RGB (Red+Green+Blue) = 59+99+75=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #3B634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B634B is #C49CB4. Grayscale: #545454. Windows color (decimal): -12885173 or 4940603. OLE color: 4940603.
HSL color Cylindrical-coordinate representation of color #3B634B: hue angle of 144º 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 #3B634B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 75 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.61 |
| HSL | 144º | 0.25% | 0.31% | - |
| HSV(B) | 144º | 0.4% | 0.39% | - |
| XYZ | 7.54 | 10.36 | 8.26 | - |
| YUV | 84.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 75 | 0.40 | 0 | 0.24 | 0.61 | 144 | 0.25 | 0.31 |
| Hex | 3B | 63 | 4B | 28 | 0 | 18 | 3D | 90 | 19 | 1F |
| Octal | 73 | 143 | 113 | 50 | 0 | 30 | 75 | 220 | 31 | 37 |
| Binary | 111011 | 1100011 | 1001011 | 101000 | 0 | 11000 | 111101 | 10010000 | 11001 | 11111 |
Color Harmonies of #3B634B
Complementary color
Monochromatic Colors of #3B634B
Black with #3B634B
Text Example
Text Example
White with #3B634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B634B; }
p { color: rgb(59,99,75); }
H1.HeaderClassName
{
color: #3B634B;
}
.AnyTagClassName
{
color: #3B634B;
}
</style>
background-color css
<style>
a { background-color: #3B634B; }
a { background-color: rgb(59,99,75); }
div.DivClassName
{
background-color: #3B634B;
}
.BgClassName
{
background-color: #3B634B;
}
</style>
border-color css
<style>
span { border-color: #3B634B; }
span { border-color: rgb(59,99,75); }
td.TdClassName
{
border-color: #3B634B;
}
.TagClassName
{
border-color: #3B634B;
}
</style>