Shades of Crusoe #055A18
Tints of Crusoe #055A18
RGB
CMYK
RGB Variations
Color information
#055A18 (or 0x055A18) is known color: Crusoe. HEX triplet: 05, 5A and 18. RGB value is (5,90,24). Sum of RGB (Red+Green+Blue) = 5+90+24=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 90 (35.55% from 255 or 75.63% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 90 - color contains mainly: green. Hex color #055A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A18 is #FAA5E7. Grayscale: #393939. Windows color (decimal): -16426472 or 1595909. OLE color: 1595909.
HSL color Cylindrical-coordinate representation of color #055A18: hue angle of 133.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A18 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 24 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.65 |
| HSL | 133.41º | 0.89% | 0.19% | - |
| HSV(B) | 133.41º | 0.94% | 0.35% | - |
| XYZ | 3.88 | 7.41 | 2.09 | - |
| YUV | 57.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 24 | 0.94 | 0 | 0.73 | 0.65 | 133.41 | 0.89 | 0.19 |
| Hex | 5 | 5A | 18 | 5E | 0 | 49 | 41 | 85 | 59 | 13 |
| Octal | 5 | 132 | 30 | 136 | 0 | 111 | 101 | 205 | 131 | 23 |
| Binary | 101 | 1011010 | 11000 | 1011110 | 0 | 1001001 | 1000001 | 10000101 | 1011001 | 10011 |
Color Harmonies of #055A18
Complementary color
Monochromatic Colors of #055A18
Black with #055A18
Text Example
Text Example
White with #055A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A18; }
p { color: rgb(5,90,24); }
H1.HeaderClassName
{
color: #055A18;
}
.AnyTagClassName
{
color: #055A18;
}
</style>
background-color css
<style>
a { background-color: #055A18; }
a { background-color: rgb(5,90,24); }
div.DivClassName
{
background-color: #055A18;
}
.BgClassName
{
background-color: #055A18;
}
</style>
border-color css
<style>
span { border-color: #055A18; }
span { border-color: rgb(5,90,24); }
td.TdClassName
{
border-color: #055A18;
}
.TagClassName
{
border-color: #055A18;
}
</style>