Shades of Crusoe #185A26
Tints of Crusoe #185A26
RGB
CMYK
RGB Variations
Color information
#185A26 (or 0x185A26) is known color: Crusoe. HEX triplet: 18, 5A and 26. RGB value is (24,90,38). Sum of RGB (Red+Green+Blue) = 24+90+38=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #185A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A26 is #E7A5D9. Grayscale: #404040. Windows color (decimal): -15181274 or 2513432. OLE color: 2513432.
HSL color Cylindrical-coordinate representation of color #185A26: hue angle of 132.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185A26 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 38 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.65 |
| HSL | 132.73º | 0.58% | 0.22% | - |
| HSV(B) | 132.73º | 0.73% | 0.35% | - |
| XYZ | 4.38 | 7.65 | 3.08 | - |
| YUV | 64.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 38 | 0.73 | 0 | 0.58 | 0.65 | 132.73 | 0.58 | 0.22 |
| Hex | 18 | 5A | 26 | 49 | 0 | 3A | 41 | 85 | 3A | 16 |
| Octal | 30 | 132 | 46 | 111 | 0 | 72 | 101 | 205 | 72 | 26 |
| Binary | 11000 | 1011010 | 100110 | 1001001 | 0 | 111010 | 1000001 | 10000101 | 111010 | 10110 |
Color Harmonies of #185A26
Complementary color
Monochromatic Colors of #185A26
Black with #185A26
Text Example
Text Example
White with #185A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A26; }
p { color: rgb(24,90,38); }
H1.HeaderClassName
{
color: #185A26;
}
.AnyTagClassName
{
color: #185A26;
}
</style>
background-color css
<style>
a { background-color: #185A26; }
a { background-color: rgb(24,90,38); }
div.DivClassName
{
background-color: #185A26;
}
.BgClassName
{
background-color: #185A26;
}
</style>
border-color css
<style>
span { border-color: #185A26; }
span { border-color: rgb(24,90,38); }
td.TdClassName
{
border-color: #185A26;
}
.TagClassName
{
border-color: #185A26;
}
</style>