Shades of Plantation #34614A
Tints of Plantation #34614A
RGB
CMYK
RGB Variations
Color information
#34614A (or 0x34614A) is known color: Plantation. HEX triplet: 34, 61 and 4A. RGB value is (52,97,74). Sum of RGB (Red+Green+Blue) = 52+97+74=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #34614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34614A is #CB9EB5. Grayscale: #505050. Windows color (decimal): -13344438 or 4874548. OLE color: 4874548.
HSL color Cylindrical-coordinate representation of color #34614A: hue angle of 149.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34614A is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 74 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.62 |
| HSL | 149.33º | 0.3% | 0.29% | - |
| HSV(B) | 149.33º | 0.46% | 0.38% | - |
| XYZ | 6.93 | 9.77 | 8 | - |
| YUV | 80.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 74 | 0.46 | 0 | 0.24 | 0.62 | 149.33 | 0.3 | 0.29 |
| Hex | 34 | 61 | 4A | 2E | 0 | 18 | 3E | 95 | 1E | 1D |
| Octal | 64 | 141 | 112 | 56 | 0 | 30 | 76 | 225 | 36 | 35 |
| Binary | 110100 | 1100001 | 1001010 | 101110 | 0 | 11000 | 111110 | 10010101 | 11110 | 11101 |
Color Harmonies of #34614A
Complementary color
Monochromatic Colors of #34614A
Black with #34614A
Text Example
Text Example
White with #34614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34614A; }
p { color: rgb(52,97,74); }
H1.HeaderClassName
{
color: #34614A;
}
.AnyTagClassName
{
color: #34614A;
}
</style>
background-color css
<style>
a { background-color: #34614A; }
a { background-color: rgb(52,97,74); }
div.DivClassName
{
background-color: #34614A;
}
.BgClassName
{
background-color: #34614A;
}
</style>
border-color css
<style>
span { border-color: #34614A; }
span { border-color: rgb(52,97,74); }
td.TdClassName
{
border-color: #34614A;
}
.TagClassName
{
border-color: #34614A;
}
</style>