Shades of Crusoe #1C562D
Tints of Crusoe #1C562D
RGB
CMYK
RGB Variations
Color information
#1C562D (or 0x1C562D) is known color: Crusoe. HEX triplet: 1C, 56 and 2D. RGB value is (28,86,45). Sum of RGB (Red+Green+Blue) = 28+86+45=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #1C562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C562D is #E3A9D2. Grayscale: #404040. Windows color (decimal): -14920147 or 2971164. OLE color: 2971164.
HSL color Cylindrical-coordinate representation of color #1C562D: hue angle of 137.59º 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 #1C562D is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 86 | 45 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.66 |
| HSL | 137.59º | 0.51% | 0.22% | - |
| HSV(B) | 137.59º | 0.67% | 0.34% | - |
| XYZ | 4.28 | 7.09 | 3.63 | - |
| YUV | 63.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 86 | 45 | 0.67 | 0 | 0.48 | 0.66 | 137.59 | 0.51 | 0.22 |
| Hex | 1C | 56 | 2D | 43 | 0 | 30 | 42 | 8A | 33 | 16 |
| Octal | 34 | 126 | 55 | 103 | 0 | 60 | 102 | 212 | 63 | 26 |
| Binary | 11100 | 1010110 | 101101 | 1000011 | 0 | 110000 | 1000010 | 10001010 | 110011 | 10110 |
Color Harmonies of #1C562D
Complementary color
Monochromatic Colors of #1C562D
Black with #1C562D
Text Example
Text Example
White with #1C562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C562D; }
p { color: rgb(28,86,45); }
H1.HeaderClassName
{
color: #1C562D;
}
.AnyTagClassName
{
color: #1C562D;
}
</style>
background-color css
<style>
a { background-color: #1C562D; }
a { background-color: rgb(28,86,45); }
div.DivClassName
{
background-color: #1C562D;
}
.BgClassName
{
background-color: #1C562D;
}
</style>
border-color css
<style>
span { border-color: #1C562D; }
span { border-color: rgb(28,86,45); }
td.TdClassName
{
border-color: #1C562D;
}
.TagClassName
{
border-color: #1C562D;
}
</style>