Shades of Crusoe #005A2C
Tints of Crusoe #005A2C
RGB
CMYK
RGB Variations
Color information
#005A2C (or 0x005A2C) is known color: Crusoe. HEX triplet: 00, 5A and 2C. RGB value is (0,90,44). Sum of RGB (Red+Green+Blue) = 0+90+44=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 90 (35.55% from 255 or 67.16% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2C is #FFA5D3. Grayscale: #393939. Windows color (decimal): -16754132 or 2906624. OLE color: 2906624.
HSL color Cylindrical-coordinate representation of color #005A2C: hue angle of 149.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 #005A2C is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 44 | - |
| CMYK | 1 | 0 | 0.51 | 0.65 |
| HSL | 149.33º | 1% | 0.18% | - |
| HSV(B) | 149.33º | 1% | 0.35% | - |
| XYZ | 4.11 | 7.49 | 3.61 | - |
| YUV | 57.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 44 | 1 | 0 | 0.51 | 0.65 | 149.33 | 1 | 0.18 |
| Hex | 0 | 5A | 2C | 64 | 0 | 33 | 41 | 95 | 64 | 12 |
| Octal | 0 | 132 | 54 | 144 | 0 | 63 | 101 | 225 | 144 | 22 |
| Binary | 0 | 1011010 | 101100 | 1100100 | 0 | 110011 | 1000001 | 10010101 | 1100100 | 10010 |
Color Harmonies of #005A2C
Complementary color
Monochromatic Colors of #005A2C
Black with #005A2C
Text Example
Text Example
White with #005A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A2C; }
p { color: rgb(0,90,44); }
H1.HeaderClassName
{
color: #005A2C;
}
.AnyTagClassName
{
color: #005A2C;
}
</style>
background-color css
<style>
a { background-color: #005A2C; }
a { background-color: rgb(0,90,44); }
div.DivClassName
{
background-color: #005A2C;
}
.BgClassName
{
background-color: #005A2C;
}
</style>
border-color css
<style>
span { border-color: #005A2C; }
span { border-color: rgb(0,90,44); }
td.TdClassName
{
border-color: #005A2C;
}
.TagClassName
{
border-color: #005A2C;
}
</style>