Shades of Crusoe #1C5839
Tints of Crusoe #1C5839
RGB
CMYK
RGB Variations
Color information
#1C5839 (or 0x1C5839) is known color: Crusoe. HEX triplet: 1C, 58 and 39. RGB value is (28,88,57). Sum of RGB (Red+Green+Blue) = 28+88+57=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #1C5839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5839 is #E3A7C6. Grayscale: #424242. Windows color (decimal): -14919623 or 3758108. OLE color: 3758108.
HSL color Cylindrical-coordinate representation of color #1C5839: hue angle of 149º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5839 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 57 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.65 |
| HSL | 149º | 0.52% | 0.23% | - |
| HSV(B) | 149º | 0.68% | 0.35% | - |
| XYZ | 4.71 | 7.52 | 5.07 | - |
| YUV | 66.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 57 | 0.68 | 0 | 0.35 | 0.65 | 149 | 0.52 | 0.23 |
| Hex | 1C | 58 | 39 | 44 | 0 | 23 | 41 | 95 | 34 | 17 |
| Octal | 34 | 130 | 71 | 104 | 0 | 43 | 101 | 225 | 64 | 27 |
| Binary | 11100 | 1011000 | 111001 | 1000100 | 0 | 100011 | 1000001 | 10010101 | 110100 | 10111 |
Color Harmonies of #1C5839
Complementary color
Monochromatic Colors of #1C5839
Black with #1C5839
Text Example
Text Example
White with #1C5839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5839; }
p { color: rgb(28,88,57); }
H1.HeaderClassName
{
color: #1C5839;
}
.AnyTagClassName
{
color: #1C5839;
}
</style>
background-color css
<style>
a { background-color: #1C5839; }
a { background-color: rgb(28,88,57); }
div.DivClassName
{
background-color: #1C5839;
}
.BgClassName
{
background-color: #1C5839;
}
</style>
border-color css
<style>
span { border-color: #1C5839; }
span { border-color: rgb(28,88,57); }
td.TdClassName
{
border-color: #1C5839;
}
.TagClassName
{
border-color: #1C5839;
}
</style>