Shades of Crusoe #186129
Tints of Crusoe #186129
RGB
CMYK
RGB Variations
Color information
#186129 (or 0x186129) is known color: Crusoe. HEX triplet: 18, 61 and 29. RGB value is (24,97,41). Sum of RGB (Red+Green+Blue) = 24+97+41=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #186129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186129 is #E79ED6. Grayscale: #444444. Windows color (decimal): -15179479 or 2711832. OLE color: 2711832.
HSL color Cylindrical-coordinate representation of color #186129: hue angle of 133.97º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186129 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 97 | 41 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.62 |
| HSL | 133.97º | 0.6% | 0.24% | - |
| HSV(B) | 133.97º | 0.75% | 0.38% | - |
| XYZ | 5.05 | 8.9 | 3.55 | - |
| YUV | 68.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 41 | 0.75 | 0 | 0.58 | 0.62 | 133.97 | 0.6 | 0.24 |
| Hex | 18 | 61 | 29 | 4B | 0 | 3A | 3E | 86 | 3C | 18 |
| Octal | 30 | 141 | 51 | 113 | 0 | 72 | 76 | 206 | 74 | 30 |
| Binary | 11000 | 1100001 | 101001 | 1001011 | 0 | 111010 | 111110 | 10000110 | 111100 | 11000 |
Color Harmonies of #186129
Complementary color
Monochromatic Colors of #186129
Black with #186129
Text Example
Text Example
White with #186129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186129; }
p { color: rgb(24,97,41); }
H1.HeaderClassName
{
color: #186129;
}
.AnyTagClassName
{
color: #186129;
}
</style>
background-color css
<style>
a { background-color: #186129; }
a { background-color: rgb(24,97,41); }
div.DivClassName
{
background-color: #186129;
}
.BgClassName
{
background-color: #186129;
}
</style>
border-color css
<style>
span { border-color: #186129; }
span { border-color: rgb(24,97,41); }
td.TdClassName
{
border-color: #186129;
}
.TagClassName
{
border-color: #186129;
}
</style>