Shades of Plantation #3F4B44
Tints of Plantation #3F4B44
RGB
CMYK
RGB Variations
Color information
#3F4B44 (or 0x3F4B44) is known color: Plantation. HEX triplet: 3F, 4B and 44. RGB value is (63,75,68). Sum of RGB (Red+Green+Blue) = 63+75+68=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4B44 is #C0B4BB. Grayscale: #464646. Windows color (decimal): -12629180 or 4475711. OLE color: 4475711.
HSL color Cylindrical-coordinate representation of color #3F4B44: hue angle of 145º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F4B44 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 75 | 68 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.71 |
| HSL | 145º | 0.09% | 0.27% | - |
| HSV(B) | 145º | 0.16% | 0.29% | - |
| XYZ | 5.61 | 6.51 | 6.43 | - |
| YUV | 70.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 68 | 0.16 | 0 | 0.09 | 0.71 | 145 | 0.09 | 0.27 |
| Hex | 3F | 4B | 44 | 10 | 0 | 9 | 47 | 91 | 9 | 1B |
| Octal | 77 | 113 | 104 | 20 | 0 | 11 | 107 | 221 | 11 | 33 |
| Binary | 111111 | 1001011 | 1000100 | 10000 | 0 | 1001 | 1000111 | 10010001 | 1001 | 11011 |
Color Harmonies of #3F4B44
Complementary color
Monochromatic Colors of #3F4B44
Black with #3F4B44
Text Example
Text Example
White with #3F4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B44; }
p { color: rgb(63,75,68); }
H1.HeaderClassName
{
color: #3F4B44;
}
.AnyTagClassName
{
color: #3F4B44;
}
</style>
background-color css
<style>
a { background-color: #3F4B44; }
a { background-color: rgb(63,75,68); }
div.DivClassName
{
background-color: #3F4B44;
}
.BgClassName
{
background-color: #3F4B44;
}
</style>
border-color css
<style>
span { border-color: #3F4B44; }
span { border-color: rgb(63,75,68); }
td.TdClassName
{
border-color: #3F4B44;
}
.TagClassName
{
border-color: #3F4B44;
}
</style>