Shades of Clover #365B15
Tints of Clover #365B15
RGB
CMYK
RGB Variations
Color information
#365B15 (or 0x365B15) is known color: Clover. HEX triplet: 36, 5B and 15. RGB value is (54,91,21). Sum of RGB (Red+Green+Blue) = 54+91+21=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #365B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365B15 is #C9A4EA. Grayscale: #484848. Windows color (decimal): -13214955 or 1399606. OLE color: 1399606.
HSL color Cylindrical-coordinate representation of color #365B15: hue angle of 91.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365B15 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 91 | 21 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.64 |
| HSL | 91.71º | 0.63% | 0.22% | - |
| HSV(B) | 91.71º | 0.77% | 0.36% | - |
| XYZ | 5.4 | 8.32 | 2.03 | - |
| YUV | 71.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 21 | 0.41 | 0 | 0.77 | 0.64 | 91.71 | 0.63 | 0.22 |
| Hex | 36 | 5B | 15 | 29 | 0 | 4D | 40 | 5C | 3E | 16 |
| Octal | 66 | 133 | 25 | 51 | 0 | 115 | 100 | 134 | 76 | 26 |
| Binary | 110110 | 1011011 | 10101 | 101001 | 0 | 1001101 | 1000000 | 1011100 | 111110 | 10110 |
Color Harmonies of #365B15
Complementary color
Monochromatic Colors of #365B15
Black with #365B15
Text Example
Text Example
White with #365B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B15; }
p { color: rgb(54,91,21); }
H1.HeaderClassName
{
color: #365B15;
}
.AnyTagClassName
{
color: #365B15;
}
</style>
background-color css
<style>
a { background-color: #365B15; }
a { background-color: rgb(54,91,21); }
div.DivClassName
{
background-color: #365B15;
}
.BgClassName
{
background-color: #365B15;
}
</style>
border-color css
<style>
span { border-color: #365B15; }
span { border-color: rgb(54,91,21); }
td.TdClassName
{
border-color: #365B15;
}
.TagClassName
{
border-color: #365B15;
}
</style>