Shades of Crusoe #1C562C
Tints of Crusoe #1C562C
RGB
CMYK
RGB Variations
Color information
#1C562C (or 0x1C562C) is known color: Crusoe. HEX triplet: 1C, 56 and 2C. RGB value is (28,86,44). Sum of RGB (Red+Green+Blue) = 28+86+44=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #1C562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C562C is #E3A9D3. Grayscale: #3F3F3F. Windows color (decimal): -14920148 or 2905628. OLE color: 2905628.
HSL color Cylindrical-coordinate representation of color #1C562C: hue angle of 136.55º 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 #1C562C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 44 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.66 |
| HSL | 136.55º | 0.51% | 0.22% | - |
| HSV(B) | 136.55º | 0.67% | 0.34% | - |
| XYZ | 4.26 | 7.08 | 3.53 | - |
| YUV | 63.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 44 | 0.67 | 0 | 0.49 | 0.66 | 136.55 | 0.51 | 0.22 |
| Hex | 1C | 56 | 2C | 43 | 0 | 31 | 42 | 89 | 33 | 16 |
| Octal | 34 | 126 | 54 | 103 | 0 | 61 | 102 | 211 | 63 | 26 |
| Binary | 11100 | 1010110 | 101100 | 1000011 | 0 | 110001 | 1000010 | 10001001 | 110011 | 10110 |
Color Harmonies of #1C562C
Complementary color
Monochromatic Colors of #1C562C
Black with #1C562C
Text Example
Text Example
White with #1C562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C562C; }
p { color: rgb(28,86,44); }
H1.HeaderClassName
{
color: #1C562C;
}
.AnyTagClassName
{
color: #1C562C;
}
</style>
background-color css
<style>
a { background-color: #1C562C; }
a { background-color: rgb(28,86,44); }
div.DivClassName
{
background-color: #1C562C;
}
.BgClassName
{
background-color: #1C562C;
}
</style>
border-color css
<style>
span { border-color: #1C562C; }
span { border-color: rgb(28,86,44); }
td.TdClassName
{
border-color: #1C562C;
}
.TagClassName
{
border-color: #1C562C;
}
</style>