Shades of Plantation #35654C
Tints of Plantation #35654C
RGB
CMYK
RGB Variations
Color information
#35654C (or 0x35654C) is known color: Plantation. HEX triplet: 35, 65 and 4C. RGB value is (53,101,76). Sum of RGB (Red+Green+Blue) = 53+101+76=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #35654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35654C is #CA9AB3. Grayscale: #535353. Windows color (decimal): -13277876 or 5006645. OLE color: 5006645.
HSL color Cylindrical-coordinate representation of color #35654C: hue angle of 148.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35654C is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 76 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.60 |
| HSL | 148.75º | 0.31% | 0.3% | - |
| HSV(B) | 148.75º | 0.48% | 0.4% | - |
| XYZ | 7.43 | 10.59 | 8.49 | - |
| YUV | 83.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 76 | 0.48 | 0 | 0.25 | 0.60 | 148.75 | 0.31 | 0.3 |
| Hex | 35 | 65 | 4C | 30 | 0 | 19 | 3C | 95 | 1F | 1E |
| Octal | 65 | 145 | 114 | 60 | 0 | 31 | 74 | 225 | 37 | 36 |
| Binary | 110101 | 1100101 | 1001100 | 110000 | 0 | 11001 | 111100 | 10010101 | 11111 | 11110 |
Color Harmonies of #35654C
Complementary color
Monochromatic Colors of #35654C
Black with #35654C
Text Example
Text Example
White with #35654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35654C; }
p { color: rgb(53,101,76); }
H1.HeaderClassName
{
color: #35654C;
}
.AnyTagClassName
{
color: #35654C;
}
</style>
background-color css
<style>
a { background-color: #35654C; }
a { background-color: rgb(53,101,76); }
div.DivClassName
{
background-color: #35654C;
}
.BgClassName
{
background-color: #35654C;
}
</style>
border-color css
<style>
span { border-color: #35654C; }
span { border-color: rgb(53,101,76); }
td.TdClassName
{
border-color: #35654C;
}
.TagClassName
{
border-color: #35654C;
}
</style>