Shades of Crusoe #005C1A
Tints of Crusoe #005C1A
RGB
CMYK
RGB Variations
Color information
#005C1A (or 0x005C1A) is known color: Crusoe. HEX triplet: 00, 5C and 1A. RGB value is (0,92,26). Sum of RGB (Red+Green+Blue) = 0+92+26=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 92 (36.33% from 255 or 77.97% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 92 - color contains mainly: green. Hex color #005C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C1A is #FFA3E5. Grayscale: #393939. Windows color (decimal): -16753638 or 1727488. OLE color: 1727488.
HSL color Cylindrical-coordinate representation of color #005C1A: hue angle of 136.96º 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 #005C1A is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 26 | - |
| CMYK | 1 | 0 | 0.72 | 0.64 |
| HSL | 136.96º | 1% | 0.18% | - |
| HSV(B) | 136.96º | 1% | 0.36% | - |
| XYZ | 4.01 | 7.73 | 2.26 | - |
| YUV | 56.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 26 | 1 | 0 | 0.72 | 0.64 | 136.96 | 1 | 0.18 |
| Hex | 0 | 5C | 1A | 64 | 0 | 48 | 40 | 89 | 64 | 12 |
| Octal | 0 | 134 | 32 | 144 | 0 | 110 | 100 | 211 | 144 | 22 |
| Binary | 0 | 1011100 | 11010 | 1100100 | 0 | 1001000 | 1000000 | 10001001 | 1100100 | 10010 |
Color Harmonies of #005C1A
Complementary color
Monochromatic Colors of #005C1A
Black with #005C1A
Text Example
Text Example
White with #005C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C1A; }
p { color: rgb(0,92,26); }
H1.HeaderClassName
{
color: #005C1A;
}
.AnyTagClassName
{
color: #005C1A;
}
</style>
background-color css
<style>
a { background-color: #005C1A; }
a { background-color: rgb(0,92,26); }
div.DivClassName
{
background-color: #005C1A;
}
.BgClassName
{
background-color: #005C1A;
}
</style>
border-color css
<style>
span { border-color: #005C1A; }
span { border-color: rgb(0,92,26); }
td.TdClassName
{
border-color: #005C1A;
}
.TagClassName
{
border-color: #005C1A;
}
</style>