Shades of Crusoe #005D1B
Tints of Crusoe #005D1B
RGB
CMYK
RGB Variations
Color information
#005D1B (or 0x005D1B) is known color: Crusoe. HEX triplet: 00, 5D and 1B. RGB value is (0,93,27). Sum of RGB (Red+Green+Blue) = 0+93+27=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 93 (36.72% from 255 or 77.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 93 - color contains mainly: green. Hex color #005D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D1B is #FFA2E4. Grayscale: #393939. Windows color (decimal): -16753381 or 1793280. OLE color: 1793280.
HSL color Cylindrical-coordinate representation of color #005D1B: hue angle of 137.42º 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 #005D1B is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 27 | - |
| CMYK | 1 | 0 | 0.71 | 0.64 |
| HSL | 137.42º | 1% | 0.18% | - |
| HSV(B) | 137.42º | 1% | 0.36% | - |
| XYZ | 4.11 | 7.91 | 2.35 | - |
| YUV | 57.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 27 | 1 | 0 | 0.71 | 0.64 | 137.42 | 1 | 0.18 |
| Hex | 0 | 5D | 1B | 64 | 0 | 47 | 40 | 89 | 64 | 12 |
| Octal | 0 | 135 | 33 | 144 | 0 | 107 | 100 | 211 | 144 | 22 |
| Binary | 0 | 1011101 | 11011 | 1100100 | 0 | 1000111 | 1000000 | 10001001 | 1100100 | 10010 |
Color Harmonies of #005D1B
Complementary color
Monochromatic Colors of #005D1B
Black with #005D1B
Text Example
Text Example
White with #005D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D1B; }
p { color: rgb(0,93,27); }
H1.HeaderClassName
{
color: #005D1B;
}
.AnyTagClassName
{
color: #005D1B;
}
</style>
background-color css
<style>
a { background-color: #005D1B; }
a { background-color: rgb(0,93,27); }
div.DivClassName
{
background-color: #005D1B;
}
.BgClassName
{
background-color: #005D1B;
}
</style>
border-color css
<style>
span { border-color: #005D1B; }
span { border-color: rgb(0,93,27); }
td.TdClassName
{
border-color: #005D1B;
}
.TagClassName
{
border-color: #005D1B;
}
</style>