Shades of Plantation #3A5F4C
Tints of Plantation #3A5F4C
RGB
CMYK
RGB Variations
Color information
#3A5F4C (or 0x3A5F4C) is known color: Plantation. HEX triplet: 3A, 5F and 4C. RGB value is (58,95,76). Sum of RGB (Red+Green+Blue) = 58+95+76=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F4C is #C5A0B3. Grayscale: #515151. Windows color (decimal): -12951732 or 5005114. OLE color: 5005114.
HSL color Cylindrical-coordinate representation of color #3A5F4C: hue angle of 149.19º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F4C is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 76 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.63 |
| HSL | 149.19º | 0.24% | 0.3% | - |
| HSV(B) | 149.19º | 0.39% | 0.37% | - |
| XYZ | 7.14 | 9.61 | 8.32 | - |
| YUV | 81.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 76 | 0.39 | 0 | 0.20 | 0.63 | 149.19 | 0.24 | 0.3 |
| Hex | 3A | 5F | 4C | 27 | 0 | 14 | 3F | 95 | 18 | 1E |
| Octal | 72 | 137 | 114 | 47 | 0 | 24 | 77 | 225 | 30 | 36 |
| Binary | 111010 | 1011111 | 1001100 | 100111 | 0 | 10100 | 111111 | 10010101 | 11000 | 11110 |
Color Harmonies of #3A5F4C
Complementary color
Monochromatic Colors of #3A5F4C
Black with #3A5F4C
Text Example
Text Example
White with #3A5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F4C; }
p { color: rgb(58,95,76); }
H1.HeaderClassName
{
color: #3A5F4C;
}
.AnyTagClassName
{
color: #3A5F4C;
}
</style>
background-color css
<style>
a { background-color: #3A5F4C; }
a { background-color: rgb(58,95,76); }
div.DivClassName
{
background-color: #3A5F4C;
}
.BgClassName
{
background-color: #3A5F4C;
}
</style>
border-color css
<style>
span { border-color: #3A5F4C; }
span { border-color: rgb(58,95,76); }
td.TdClassName
{
border-color: #3A5F4C;
}
.TagClassName
{
border-color: #3A5F4C;
}
</style>