Shades of Plantation #3B5A4A
Tints of Plantation #3B5A4A
RGB
CMYK
RGB Variations
Color information
#3B5A4A (or 0x3B5A4A) is known color: Plantation. HEX triplet: 3B, 5A and 4A. RGB value is (59,90,74). Sum of RGB (Red+Green+Blue) = 59+90+74=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A4A is #C4A5B5. Grayscale: #4E4E4E. Windows color (decimal): -12887478 or 4872763. OLE color: 4872763.
HSL color Cylindrical-coordinate representation of color #3B5A4A: hue angle of 149.03º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5A4A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 90 | 74 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.65 |
| HSL | 149.03º | 0.21% | 0.29% | - |
| HSV(B) | 149.03º | 0.34% | 0.35% | - |
| XYZ | 6.7 | 8.74 | 7.81 | - |
| YUV | 78.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 74 | 0.34 | 0 | 0.18 | 0.65 | 149.03 | 0.21 | 0.29 |
| Hex | 3B | 5A | 4A | 22 | 0 | 12 | 41 | 95 | 15 | 1D |
| Octal | 73 | 132 | 112 | 42 | 0 | 22 | 101 | 225 | 25 | 35 |
| Binary | 111011 | 1011010 | 1001010 | 100010 | 0 | 10010 | 1000001 | 10010101 | 10101 | 11101 |
Color Harmonies of #3B5A4A
Complementary color
Monochromatic Colors of #3B5A4A
Black with #3B5A4A
Text Example
Text Example
White with #3B5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A4A; }
p { color: rgb(59,90,74); }
H1.HeaderClassName
{
color: #3B5A4A;
}
.AnyTagClassName
{
color: #3B5A4A;
}
</style>
background-color css
<style>
a { background-color: #3B5A4A; }
a { background-color: rgb(59,90,74); }
div.DivClassName
{
background-color: #3B5A4A;
}
.BgClassName
{
background-color: #3B5A4A;
}
</style>
border-color css
<style>
span { border-color: #3B5A4A; }
span { border-color: rgb(59,90,74); }
td.TdClassName
{
border-color: #3B5A4A;
}
.TagClassName
{
border-color: #3B5A4A;
}
</style>