Shades of Palm Leaf #38502F
Tints of Palm Leaf #38502F
RGB
CMYK
RGB Variations
Color information
#38502F (or 0x38502F) is known color: Palm Leaf. HEX triplet: 38, 50 and 2F. RGB value is (56,80,47). Sum of RGB (Red+Green+Blue) = 56+80+47=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #38502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38502F is #C7AFD0. Grayscale: #454545. Windows color (decimal): -13086673 or 3100728. OLE color: 3100728.
HSL color Cylindrical-coordinate representation of color #38502F: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #38502F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 47 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.69 |
| HSL | 103.64º | 0.26% | 0.25% | - |
| HSV(B) | 103.64º | 0.41% | 0.31% | - |
| XYZ | 5.01 | 6.78 | 3.73 | - |
| YUV | 69.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 47 | 0.30 | 0 | 0.41 | 0.69 | 103.64 | 0.26 | 0.25 |
| Hex | 38 | 50 | 2F | 1E | 0 | 29 | 45 | 68 | 1A | 19 |
| Octal | 70 | 120 | 57 | 36 | 0 | 51 | 105 | 150 | 32 | 31 |
| Binary | 111000 | 1010000 | 101111 | 11110 | 0 | 101001 | 1000101 | 1101000 | 11010 | 11001 |
Color Harmonies of #38502F
Complementary color
Monochromatic Colors of #38502F
Black with #38502F
Text Example
Text Example
White with #38502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38502F; }
p { color: rgb(56,80,47); }
H1.HeaderClassName
{
color: #38502F;
}
.AnyTagClassName
{
color: #38502F;
}
</style>
background-color css
<style>
a { background-color: #38502F; }
a { background-color: rgb(56,80,47); }
div.DivClassName
{
background-color: #38502F;
}
.BgClassName
{
background-color: #38502F;
}
</style>
border-color css
<style>
span { border-color: #38502F; }
span { border-color: rgb(56,80,47); }
td.TdClassName
{
border-color: #38502F;
}
.TagClassName
{
border-color: #38502F;
}
</style>