Shades of Parsley #345B36
Tints of Parsley #345B36
RGB
CMYK
RGB Variations
Color information
#345B36 (or 0x345B36) is known color: Parsley. HEX triplet: 34, 5B and 36. RGB value is (52,91,54). Sum of RGB (Red+Green+Blue) = 52+91+54=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #345B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B36 is #CBA4C9. Grayscale: #4B4B4B. Windows color (decimal): -13345994 or 3562292. OLE color: 3562292.
HSL color Cylindrical-coordinate representation of color #345B36: hue angle of 123.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345B36 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 54 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.64 |
| HSL | 123.08º | 0.27% | 0.28% | - |
| HSV(B) | 123.08º | 0.43% | 0.36% | - |
| XYZ | 5.82 | 8.48 | 4.82 | - |
| YUV | 75.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 54 | 0.43 | 0 | 0.41 | 0.64 | 123.08 | 0.27 | 0.28 |
| Hex | 34 | 5B | 36 | 2B | 0 | 29 | 40 | 7B | 1B | 1C |
| Octal | 64 | 133 | 66 | 53 | 0 | 51 | 100 | 173 | 33 | 34 |
| Binary | 110100 | 1011011 | 110110 | 101011 | 0 | 101001 | 1000000 | 1111011 | 11011 | 11100 |
Color Harmonies of #345B36
Complementary color
Monochromatic Colors of #345B36
Black with #345B36
Text Example
Text Example
White with #345B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B36; }
p { color: rgb(52,91,54); }
H1.HeaderClassName
{
color: #345B36;
}
.AnyTagClassName
{
color: #345B36;
}
</style>
background-color css
<style>
a { background-color: #345B36; }
a { background-color: rgb(52,91,54); }
div.DivClassName
{
background-color: #345B36;
}
.BgClassName
{
background-color: #345B36;
}
</style>
border-color css
<style>
span { border-color: #345B36; }
span { border-color: rgb(52,91,54); }
td.TdClassName
{
border-color: #345B36;
}
.TagClassName
{
border-color: #345B36;
}
</style>