Shades of Crusoe #1C5624
Tints of Crusoe #1C5624
RGB
CMYK
RGB Variations
Color information
#1C5624 (or 0x1C5624) is known color: Crusoe. HEX triplet: 1C, 56 and 24. RGB value is (28,86,36). Sum of RGB (Red+Green+Blue) = 28+86+36=150 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.67% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #1C5624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5624 is #E3A9DB. Grayscale: #3F3F3F. Windows color (decimal): -14920156 or 2381340. OLE color: 2381340.
HSL color Cylindrical-coordinate representation of color #1C5624: hue angle of 128.28º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5624 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 36 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.66 |
| HSL | 128.28º | 0.51% | 0.22% | - |
| HSV(B) | 128.28º | 0.67% | 0.34% | - |
| XYZ | 4.13 | 7.03 | 2.81 | - |
| YUV | 62.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 36 | 0.67 | 0 | 0.58 | 0.66 | 128.28 | 0.51 | 0.22 |
| Hex | 1C | 56 | 24 | 43 | 0 | 3A | 42 | 80 | 33 | 16 |
| Octal | 34 | 126 | 44 | 103 | 0 | 72 | 102 | 200 | 63 | 26 |
| Binary | 11100 | 1010110 | 100100 | 1000011 | 0 | 111010 | 1000010 | 10000000 | 110011 | 10110 |
Color Harmonies of #1C5624
Complementary color
Monochromatic Colors of #1C5624
Black with #1C5624
Text Example
Text Example
White with #1C5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5624; }
p { color: rgb(28,86,36); }
H1.HeaderClassName
{
color: #1C5624;
}
.AnyTagClassName
{
color: #1C5624;
}
</style>
background-color css
<style>
a { background-color: #1C5624; }
a { background-color: rgb(28,86,36); }
div.DivClassName
{
background-color: #1C5624;
}
.BgClassName
{
background-color: #1C5624;
}
</style>
border-color css
<style>
span { border-color: #1C5624; }
span { border-color: rgb(28,86,36); }
td.TdClassName
{
border-color: #1C5624;
}
.TagClassName
{
border-color: #1C5624;
}
</style>