Shades of Crusoe #186034
Tints of Crusoe #186034
RGB
CMYK
RGB Variations
Color information
#186034 (or 0x186034) is known color: Crusoe. HEX triplet: 18, 60 and 34. RGB value is (24,96,52). Sum of RGB (Red+Green+Blue) = 24+96+52=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #186034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186034 is #E79FCB. Grayscale: #454545. Windows color (decimal): -15179724 or 3432472. OLE color: 3432472.
HSL color Cylindrical-coordinate representation of color #186034: hue angle of 143.33º 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 #186034 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 52 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.62 |
| HSL | 143.33º | 0.6% | 0.24% | - |
| HSV(B) | 143.33º | 0.75% | 0.38% | - |
| XYZ | 5.18 | 8.81 | 4.68 | - |
| YUV | 69.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 52 | 0.75 | 0 | 0.46 | 0.62 | 143.33 | 0.6 | 0.24 |
| Hex | 18 | 60 | 34 | 4B | 0 | 2E | 3E | 8F | 3C | 18 |
| Octal | 30 | 140 | 64 | 113 | 0 | 56 | 76 | 217 | 74 | 30 |
| Binary | 11000 | 1100000 | 110100 | 1001011 | 0 | 101110 | 111110 | 10001111 | 111100 | 11000 |
Color Harmonies of #186034
Complementary color
Monochromatic Colors of #186034
Black with #186034
Text Example
Text Example
White with #186034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186034; }
p { color: rgb(24,96,52); }
H1.HeaderClassName
{
color: #186034;
}
.AnyTagClassName
{
color: #186034;
}
</style>
background-color css
<style>
a { background-color: #186034; }
a { background-color: rgb(24,96,52); }
div.DivClassName
{
background-color: #186034;
}
.BgClassName
{
background-color: #186034;
}
</style>
border-color css
<style>
span { border-color: #186034; }
span { border-color: rgb(24,96,52); }
td.TdClassName
{
border-color: #186034;
}
.TagClassName
{
border-color: #186034;
}
</style>