Shades of Palm Leaf #345330
Tints of Palm Leaf #345330
RGB
CMYK
RGB Variations
Color information
#345330 (or 0x345330) is known color: Palm Leaf. HEX triplet: 34, 53 and 30. RGB value is (52,83,48). Sum of RGB (Red+Green+Blue) = 52+83+48=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #345330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345330 is #CBACCF. Grayscale: #454545. Windows color (decimal): -13348048 or 3167028. OLE color: 3167028.
HSL color Cylindrical-coordinate representation of color #345330: hue angle of 113.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345330 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 48 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.67 |
| HSL | 113.14º | 0.27% | 0.26% | - |
| HSV(B) | 113.14º | 0.42% | 0.33% | - |
| XYZ | 5.04 | 7.13 | 3.91 | - |
| YUV | 69.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 48 | 0.37 | 0 | 0.42 | 0.67 | 113.14 | 0.27 | 0.26 |
| Hex | 34 | 53 | 30 | 25 | 0 | 2A | 43 | 71 | 1B | 1A |
| Octal | 64 | 123 | 60 | 45 | 0 | 52 | 103 | 161 | 33 | 32 |
| Binary | 110100 | 1010011 | 110000 | 100101 | 0 | 101010 | 1000011 | 1110001 | 11011 | 11010 |
Color Harmonies of #345330
Complementary color
Monochromatic Colors of #345330
Black with #345330
Text Example
Text Example
White with #345330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345330; }
p { color: rgb(52,83,48); }
H1.HeaderClassName
{
color: #345330;
}
.AnyTagClassName
{
color: #345330;
}
</style>
background-color css
<style>
a { background-color: #345330; }
a { background-color: rgb(52,83,48); }
div.DivClassName
{
background-color: #345330;
}
.BgClassName
{
background-color: #345330;
}
</style>
border-color css
<style>
span { border-color: #345330; }
span { border-color: rgb(52,83,48); }
td.TdClassName
{
border-color: #345330;
}
.TagClassName
{
border-color: #345330;
}
</style>