Shades of Crusoe #185B2A
Tints of Crusoe #185B2A
RGB
CMYK
RGB Variations
Color information
#185B2A (or 0x185B2A) is known color: Crusoe. HEX triplet: 18, 5B and 2A. RGB value is (24,91,42). Sum of RGB (Red+Green+Blue) = 24+91+42=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #185B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B2A is #E7A4D5. Grayscale: #414141. Windows color (decimal): -15181014 or 2775832. OLE color: 2775832.
HSL color Cylindrical-coordinate representation of color #185B2A: hue angle of 136.12º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B2A is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 42 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.64 |
| HSL | 136.12º | 0.58% | 0.23% | - |
| HSV(B) | 136.12º | 0.74% | 0.36% | - |
| XYZ | 4.54 | 7.84 | 3.47 | - |
| YUV | 65.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 42 | 0.74 | 0 | 0.54 | 0.64 | 136.12 | 0.58 | 0.23 |
| Hex | 18 | 5B | 2A | 4A | 0 | 36 | 40 | 88 | 3A | 17 |
| Octal | 30 | 133 | 52 | 112 | 0 | 66 | 100 | 210 | 72 | 27 |
| Binary | 11000 | 1011011 | 101010 | 1001010 | 0 | 110110 | 1000000 | 10001000 | 111010 | 10111 |
Color Harmonies of #185B2A
Complementary color
Monochromatic Colors of #185B2A
Black with #185B2A
Text Example
Text Example
White with #185B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B2A; }
p { color: rgb(24,91,42); }
H1.HeaderClassName
{
color: #185B2A;
}
.AnyTagClassName
{
color: #185B2A;
}
</style>
background-color css
<style>
a { background-color: #185B2A; }
a { background-color: rgb(24,91,42); }
div.DivClassName
{
background-color: #185B2A;
}
.BgClassName
{
background-color: #185B2A;
}
</style>
border-color css
<style>
span { border-color: #185B2A; }
span { border-color: rgb(24,91,42); }
td.TdClassName
{
border-color: #185B2A;
}
.TagClassName
{
border-color: #185B2A;
}
</style>