Shades of Crusoe #005D1C
Tints of Crusoe #005D1C
RGB
CMYK
RGB Variations
Color information
#005D1C (or 0x005D1C) is known color: Crusoe. HEX triplet: 00, 5D and 1C. RGB value is (0,93,28). Sum of RGB (Red+Green+Blue) = 0+93+28=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 93 (36.72% from 255 or 76.86% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 93 - color contains mainly: green. Hex color #005D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D1C is #FFA2E3. Grayscale: #393939. Windows color (decimal): -16753380 or 1858816. OLE color: 1858816.
HSL color Cylindrical-coordinate representation of color #005D1C: hue angle of 138.06º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D1C is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 28 | - |
| CMYK | 1 | 0 | 0.70 | 0.64 |
| HSL | 138.06º | 1% | 0.18% | - |
| HSV(B) | 138.06º | 1% | 0.36% | - |
| XYZ | 4.12 | 7.91 | 2.41 | - |
| YUV | 57.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 28 | 1 | 0 | 0.70 | 0.64 | 138.06 | 1 | 0.18 |
| Hex | 0 | 5D | 1C | 64 | 0 | 46 | 40 | 8A | 64 | 12 |
| Octal | 0 | 135 | 34 | 144 | 0 | 106 | 100 | 212 | 144 | 22 |
| Binary | 0 | 1011101 | 11100 | 1100100 | 0 | 1000110 | 1000000 | 10001010 | 1100100 | 10010 |
Color Harmonies of #005D1C
Complementary color
Monochromatic Colors of #005D1C
Black with #005D1C
Text Example
Text Example
White with #005D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D1C; }
p { color: rgb(0,93,28); }
H1.HeaderClassName
{
color: #005D1C;
}
.AnyTagClassName
{
color: #005D1C;
}
</style>
background-color css
<style>
a { background-color: #005D1C; }
a { background-color: rgb(0,93,28); }
div.DivClassName
{
background-color: #005D1C;
}
.BgClassName
{
background-color: #005D1C;
}
</style>
border-color css
<style>
span { border-color: #005D1C; }
span { border-color: rgb(0,93,28); }
td.TdClassName
{
border-color: #005D1C;
}
.TagClassName
{
border-color: #005D1C;
}
</style>