Shades of Crusoe #005A1A
Tints of Crusoe #005A1A
RGB
CMYK
RGB Variations
Color information
#005A1A (or 0x005A1A) is known color: Crusoe. HEX triplet: 00, 5A and 1A. RGB value is (0,90,26). Sum of RGB (Red+Green+Blue) = 0+90+26=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #005A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A1A is #FFA5E5. Grayscale: #373737. Windows color (decimal): -16754150 or 1726976. OLE color: 1726976.
HSL color Cylindrical-coordinate representation of color #005A1A: hue angle of 137.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A1A is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 26 | - |
| CMYK | 1 | 0 | 0.71 | 0.65 |
| HSL | 137.33º | 1% | 0.18% | - |
| HSV(B) | 137.33º | 1% | 0.35% | - |
| XYZ | 3.84 | 7.39 | 2.2 | - |
| YUV | 55.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 26 | 1 | 0 | 0.71 | 0.65 | 137.33 | 1 | 0.18 |
| Hex | 0 | 5A | 1A | 64 | 0 | 47 | 41 | 89 | 64 | 12 |
| Octal | 0 | 132 | 32 | 144 | 0 | 107 | 101 | 211 | 144 | 22 |
| Binary | 0 | 1011010 | 11010 | 1100100 | 0 | 1000111 | 1000001 | 10001001 | 1100100 | 10010 |
Color Harmonies of #005A1A
Complementary color
Monochromatic Colors of #005A1A
Black with #005A1A
Text Example
Text Example
White with #005A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A1A; }
p { color: rgb(0,90,26); }
H1.HeaderClassName
{
color: #005A1A;
}
.AnyTagClassName
{
color: #005A1A;
}
</style>
background-color css
<style>
a { background-color: #005A1A; }
a { background-color: rgb(0,90,26); }
div.DivClassName
{
background-color: #005A1A;
}
.BgClassName
{
background-color: #005A1A;
}
</style>
border-color css
<style>
span { border-color: #005A1A; }
span { border-color: rgb(0,90,26); }
td.TdClassName
{
border-color: #005A1A;
}
.TagClassName
{
border-color: #005A1A;
}
</style>