Shades of Plantation #34654B
Tints of Plantation #34654B
RGB
CMYK
RGB Variations
Color information
#34654B (or 0x34654B) is known color: Plantation. HEX triplet: 34, 65 and 4B. RGB value is (52,101,75). Sum of RGB (Red+Green+Blue) = 52+101+75=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #34654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34654B is #CB9AB4. Grayscale: #535353. Windows color (decimal): -13343413 or 4941108. OLE color: 4941108.
HSL color Cylindrical-coordinate representation of color #34654B: hue angle of 148.16º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34654B is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 101 | 75 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.60 |
| HSL | 148.16º | 0.32% | 0.3% | - |
| HSV(B) | 148.16º | 0.49% | 0.4% | - |
| XYZ | 7.34 | 10.55 | 8.31 | - |
| YUV | 83.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 75 | 0.49 | 0 | 0.26 | 0.60 | 148.16 | 0.32 | 0.3 |
| Hex | 34 | 65 | 4B | 31 | 0 | 1A | 3C | 94 | 20 | 1E |
| Octal | 64 | 145 | 113 | 61 | 0 | 32 | 74 | 224 | 40 | 36 |
| Binary | 110100 | 1100101 | 1001011 | 110001 | 0 | 11010 | 111100 | 10010100 | 100000 | 11110 |
Color Harmonies of #34654B
Complementary color
Monochromatic Colors of #34654B
Black with #34654B
Text Example
Text Example
White with #34654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34654B; }
p { color: rgb(52,101,75); }
H1.HeaderClassName
{
color: #34654B;
}
.AnyTagClassName
{
color: #34654B;
}
</style>
background-color css
<style>
a { background-color: #34654B; }
a { background-color: rgb(52,101,75); }
div.DivClassName
{
background-color: #34654B;
}
.BgClassName
{
background-color: #34654B;
}
</style>
border-color css
<style>
span { border-color: #34654B; }
span { border-color: rgb(52,101,75); }
td.TdClassName
{
border-color: #34654B;
}
.TagClassName
{
border-color: #34654B;
}
</style>