Shades of Crusoe #185A36
Tints of Crusoe #185A36
RGB
CMYK
RGB Variations
Color information
#185A36 (or 0x185A36) is known color: Crusoe. HEX triplet: 18, 5A and 36. RGB value is (24,90,54). Sum of RGB (Red+Green+Blue) = 24+90+54=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #185A36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A36 is #E7A5C9. Grayscale: #424242. Windows color (decimal): -15181258 or 3562008. OLE color: 3562008.
HSL color Cylindrical-coordinate representation of color #185A36: hue angle of 147.27º 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 #185A36 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 54 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.65 |
| HSL | 147.27º | 0.58% | 0.22% | - |
| HSV(B) | 147.27º | 0.73% | 0.35% | - |
| XYZ | 4.7 | 7.77 | 4.74 | - |
| YUV | 66.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 54 | 0.73 | 0 | 0.40 | 0.65 | 147.27 | 0.58 | 0.22 |
| Hex | 18 | 5A | 36 | 49 | 0 | 28 | 41 | 93 | 3A | 16 |
| Octal | 30 | 132 | 66 | 111 | 0 | 50 | 101 | 223 | 72 | 26 |
| Binary | 11000 | 1011010 | 110110 | 1001001 | 0 | 101000 | 1000001 | 10010011 | 111010 | 10110 |
Color Harmonies of #185A36
Complementary color
Monochromatic Colors of #185A36
Black with #185A36
Text Example
Text Example
White with #185A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A36; }
p { color: rgb(24,90,54); }
H1.HeaderClassName
{
color: #185A36;
}
.AnyTagClassName
{
color: #185A36;
}
</style>
background-color css
<style>
a { background-color: #185A36; }
a { background-color: rgb(24,90,54); }
div.DivClassName
{
background-color: #185A36;
}
.BgClassName
{
background-color: #185A36;
}
</style>
border-color css
<style>
span { border-color: #185A36; }
span { border-color: rgb(24,90,54); }
td.TdClassName
{
border-color: #185A36;
}
.TagClassName
{
border-color: #185A36;
}
</style>