Shades of Palm Leaf #365A1F
Tints of Palm Leaf #365A1F
RGB
CMYK
RGB Variations
Color information
#365A1F (or 0x365A1F) is known color: Palm Leaf. HEX triplet: 36, 5A and 1F. RGB value is (54,90,31). Sum of RGB (Red+Green+Blue) = 54+90+31=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #365A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A1F is #C9A5E0. Grayscale: #484848. Windows color (decimal): -13215201 or 2054710. OLE color: 2054710.
HSL color Cylindrical-coordinate representation of color #365A1F: hue angle of 96.61º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365A1F is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 31 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.65 |
| HSL | 96.61º | 0.49% | 0.24% | - |
| HSV(B) | 96.61º | 0.66% | 0.35% | - |
| XYZ | 5.42 | 8.2 | 2.59 | - |
| YUV | 72.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 31 | 0.40 | 0 | 0.66 | 0.65 | 96.61 | 0.49 | 0.24 |
| Hex | 36 | 5A | 1F | 28 | 0 | 42 | 41 | 61 | 31 | 18 |
| Octal | 66 | 132 | 37 | 50 | 0 | 102 | 101 | 141 | 61 | 30 |
| Binary | 110110 | 1011010 | 11111 | 101000 | 0 | 1000010 | 1000001 | 1100001 | 110001 | 11000 |
Color Harmonies of #365A1F
Complementary color
Monochromatic Colors of #365A1F
Black with #365A1F
Text Example
Text Example
White with #365A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A1F; }
p { color: rgb(54,90,31); }
H1.HeaderClassName
{
color: #365A1F;
}
.AnyTagClassName
{
color: #365A1F;
}
</style>
background-color css
<style>
a { background-color: #365A1F; }
a { background-color: rgb(54,90,31); }
div.DivClassName
{
background-color: #365A1F;
}
.BgClassName
{
background-color: #365A1F;
}
</style>
border-color css
<style>
span { border-color: #365A1F; }
span { border-color: rgb(54,90,31); }
td.TdClassName
{
border-color: #365A1F;
}
.TagClassName
{
border-color: #365A1F;
}
</style>