Shades of Plantation #3B5E4D
Tints of Plantation #3B5E4D
RGB
CMYK
RGB Variations
Color information
#3B5E4D (or 0x3B5E4D) is known color: Plantation. HEX triplet: 3B, 5E and 4D. RGB value is (59,94,77). Sum of RGB (Red+Green+Blue) = 59+94+77=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #3B5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5E4D is #C4A1B2. Grayscale: #515151. Windows color (decimal): -12886451 or 5070395. OLE color: 5070395.
HSL color Cylindrical-coordinate representation of color #3B5E4D: hue angle of 150.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5E4D is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
RGB | 59 | 94 | 77 | - |
CMYK | 0.37 | 0 | 0.18 | 0.63 |
HSL | 150.86º | 0.23% | 0.3% | - |
HSV(B) | 150.86º | 0.37% | 0.37% | - |
XYZ | 7.15 | 9.47 | 8.47 | - |
YUV | 81.6 | 125.4 | 111.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 94 | 77 | 0.37 | 0 | 0.18 | 0.63 | 150.86 | 0.23 | 0.3 |
Hex | 3B | 5E | 4D | 25 | 0 | 12 | 3F | 97 | 17 | 1E |
Octal | 73 | 136 | 115 | 45 | 0 | 22 | 77 | 227 | 27 | 36 |
Binary | 111011 | 1011110 | 1001101 | 100101 | 0 | 10010 | 111111 | 10010111 | 10111 | 11110 |
Color Harmonies of #3B5E4D
Complementary color
Monochromatic Colors of #3B5E4D
Black with #3B5E4D
Text Example
Text Example
White with #3B5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5E4D; }
p { color: rgb(59,94,77); }
H1.HeaderClassName
{
color: #3B5E4D;
}
.AnyTagClassName
{
color: #3B5E4D;
}
</style>
background-color css
<style>
a { background-color: #3B5E4D; }
a { background-color: rgb(59,94,77); }
div.DivClassName
{
background-color: #3B5E4D;
}
.BgClassName
{
background-color: #3B5E4D;
}
</style>
border-color css
<style>
span { border-color: #3B5E4D; }
span { border-color: rgb(59,94,77); }
td.TdClassName
{
border-color: #3B5E4D;
}
.TagClassName
{
border-color: #3B5E4D;
}
</style>