Shades of Plantation #35634A
Tints of Plantation #35634A
RGB
CMYK
RGB Variations
Color information
#35634A (or 0x35634A) is known color: Plantation. HEX triplet: 35, 63 and 4A. RGB value is (53,99,74). Sum of RGB (Red+Green+Blue) = 53+99+74=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #35634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35634A is #CA9CB5. Grayscale: #525252. Windows color (decimal): -13278390 or 4875061. OLE color: 4875061.
HSL color Cylindrical-coordinate representation of color #35634A: hue angle of 147.39º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35634A is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 99 | 74 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.61 |
| HSL | 147.39º | 0.3% | 0.3% | - |
| HSV(B) | 147.39º | 0.46% | 0.39% | - |
| XYZ | 7.17 | 10.17 | 8.06 | - |
| YUV | 82.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 74 | 0.46 | 0 | 0.25 | 0.61 | 147.39 | 0.3 | 0.3 |
| Hex | 35 | 63 | 4A | 2E | 0 | 19 | 3D | 93 | 1E | 1E |
| Octal | 65 | 143 | 112 | 56 | 0 | 31 | 75 | 223 | 36 | 36 |
| Binary | 110101 | 1100011 | 1001010 | 101110 | 0 | 11001 | 111101 | 10010011 | 11110 | 11110 |
Color Harmonies of #35634A
Complementary color
Monochromatic Colors of #35634A
Black with #35634A
Text Example
Text Example
White with #35634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35634A; }
p { color: rgb(53,99,74); }
H1.HeaderClassName
{
color: #35634A;
}
.AnyTagClassName
{
color: #35634A;
}
</style>
background-color css
<style>
a { background-color: #35634A; }
a { background-color: rgb(53,99,74); }
div.DivClassName
{
background-color: #35634A;
}
.BgClassName
{
background-color: #35634A;
}
</style>
border-color css
<style>
span { border-color: #35634A; }
span { border-color: rgb(53,99,74); }
td.TdClassName
{
border-color: #35634A;
}
.TagClassName
{
border-color: #35634A;
}
</style>