Shades of Plantation #3E5F4C
Tints of Plantation #3E5F4C
RGB
CMYK
RGB Variations
Color information
#3E5F4C (or 0x3E5F4C) is known color: Plantation. HEX triplet: 3E, 5F and 4C. RGB value is (62,95,76). Sum of RGB (Red+Green+Blue) = 62+95+76=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #3E5F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5F4C is #C1A0B3. Grayscale: #535353. Windows color (decimal): -12689588 or 5005118. OLE color: 5005118.
HSL color Cylindrical-coordinate representation of color #3E5F4C: hue angle of 145.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E5F4C is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 95 | 76 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.63 |
| HSL | 145.45º | 0.21% | 0.31% | - |
| HSV(B) | 145.45º | 0.35% | 0.37% | - |
| XYZ | 7.38 | 9.73 | 8.33 | - |
| YUV | 82.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 76 | 0.35 | 0 | 0.20 | 0.63 | 145.45 | 0.21 | 0.31 |
| Hex | 3E | 5F | 4C | 23 | 0 | 14 | 3F | 91 | 15 | 1F |
| Octal | 76 | 137 | 114 | 43 | 0 | 24 | 77 | 221 | 25 | 37 |
| Binary | 111110 | 1011111 | 1001100 | 100011 | 0 | 10100 | 111111 | 10010001 | 10101 | 11111 |
Color Harmonies of #3E5F4C
Complementary color
Monochromatic Colors of #3E5F4C
Black with #3E5F4C
Text Example
Text Example
White with #3E5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F4C; }
p { color: rgb(62,95,76); }
H1.HeaderClassName
{
color: #3E5F4C;
}
.AnyTagClassName
{
color: #3E5F4C;
}
</style>
background-color css
<style>
a { background-color: #3E5F4C; }
a { background-color: rgb(62,95,76); }
div.DivClassName
{
background-color: #3E5F4C;
}
.BgClassName
{
background-color: #3E5F4C;
}
</style>
border-color css
<style>
span { border-color: #3E5F4C; }
span { border-color: rgb(62,95,76); }
td.TdClassName
{
border-color: #3E5F4C;
}
.TagClassName
{
border-color: #3E5F4C;
}
</style>