Shades of Crusoe #1C5835
Tints of Crusoe #1C5835
RGB
CMYK
RGB Variations
Color information
#1C5835 (or 0x1C5835) is known color: Crusoe. HEX triplet: 1C, 58 and 35. RGB value is (28,88,53). Sum of RGB (Red+Green+Blue) = 28+88+53=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #1C5835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5835 is #E3A7CA. Grayscale: #424242. Windows color (decimal): -14919627 or 3495964. OLE color: 3495964.
HSL color Cylindrical-coordinate representation of color #1C5835: hue angle of 145º 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 #1C5835 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 53 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.65 |
| HSL | 145º | 0.52% | 0.23% | - |
| HSV(B) | 145º | 0.68% | 0.35% | - |
| XYZ | 4.61 | 7.48 | 4.57 | - |
| YUV | 66.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 53 | 0.68 | 0 | 0.40 | 0.65 | 145 | 0.52 | 0.23 |
| Hex | 1C | 58 | 35 | 44 | 0 | 28 | 41 | 91 | 34 | 17 |
| Octal | 34 | 130 | 65 | 104 | 0 | 50 | 101 | 221 | 64 | 27 |
| Binary | 11100 | 1011000 | 110101 | 1000100 | 0 | 101000 | 1000001 | 10010001 | 110100 | 10111 |
Color Harmonies of #1C5835
Complementary color
Monochromatic Colors of #1C5835
Black with #1C5835
Text Example
Text Example
White with #1C5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5835; }
p { color: rgb(28,88,53); }
H1.HeaderClassName
{
color: #1C5835;
}
.AnyTagClassName
{
color: #1C5835;
}
</style>
background-color css
<style>
a { background-color: #1C5835; }
a { background-color: rgb(28,88,53); }
div.DivClassName
{
background-color: #1C5835;
}
.BgClassName
{
background-color: #1C5835;
}
</style>
border-color css
<style>
span { border-color: #1C5835; }
span { border-color: rgb(28,88,53); }
td.TdClassName
{
border-color: #1C5835;
}
.TagClassName
{
border-color: #1C5835;
}
</style>