Shades of Palm Leaf #354333
Tints of Palm Leaf #354333
RGB
CMYK
RGB Variations
Color information
#354333 (or 0x354333) is known color: Palm Leaf. HEX triplet: 35, 43 and 33. RGB value is (53,67,51). Sum of RGB (Red+Green+Blue) = 53+67+51=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #354333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354333 is #CABCCC. Grayscale: #3D3D3D. Windows color (decimal): -13286605 or 3359541. OLE color: 3359541.
HSL color Cylindrical-coordinate representation of color #354333: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354333 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 51 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.74 |
| HSL | 112.5º | 0.14% | 0.23% | - |
| HSV(B) | 112.5º | 0.24% | 0.26% | - |
| XYZ | 4.07 | 5.01 | 3.88 | - |
| YUV | 60.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 51 | 0.21 | 0 | 0.24 | 0.74 | 112.5 | 0.14 | 0.23 |
| Hex | 35 | 43 | 33 | 15 | 0 | 18 | 4A | 70 | E | 17 |
| Octal | 65 | 103 | 63 | 25 | 0 | 30 | 112 | 160 | 16 | 27 |
| Binary | 110101 | 1000011 | 110011 | 10101 | 0 | 11000 | 1001010 | 1110000 | 1110 | 10111 |
Color Harmonies of #354333
Complementary color
Monochromatic Colors of #354333
Black with #354333
Text Example
Text Example
White with #354333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354333; }
p { color: rgb(53,67,51); }
H1.HeaderClassName
{
color: #354333;
}
.AnyTagClassName
{
color: #354333;
}
</style>
background-color css
<style>
a { background-color: #354333; }
a { background-color: rgb(53,67,51); }
div.DivClassName
{
background-color: #354333;
}
.BgClassName
{
background-color: #354333;
}
</style>
border-color css
<style>
span { border-color: #354333; }
span { border-color: rgb(53,67,51); }
td.TdClassName
{
border-color: #354333;
}
.TagClassName
{
border-color: #354333;
}
</style>