Shades of Crusoe #185F34
Tints of Crusoe #185F34
RGB
CMYK
RGB Variations
Color information
#185F34 (or 0x185F34) is known color: Crusoe. HEX triplet: 18, 5F and 34. RGB value is (24,95,52). Sum of RGB (Red+Green+Blue) = 24+95+52=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 95 (37.5% from 255 or 55.56% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 95 - color contains mainly: green. Hex color #185F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F34 is #E7A0CB. Grayscale: #444444. Windows color (decimal): -15179980 or 3432216. OLE color: 3432216.
HSL color Cylindrical-coordinate representation of color #185F34: hue angle of 143.66º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F34 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 52 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.63 |
| HSL | 143.66º | 0.6% | 0.23% | - |
| HSV(B) | 143.66º | 0.75% | 0.37% | - |
| XYZ | 5.09 | 8.63 | 4.65 | - |
| YUV | 68.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 52 | 0.75 | 0 | 0.45 | 0.63 | 143.66 | 0.6 | 0.23 |
| Hex | 18 | 5F | 34 | 4B | 0 | 2D | 3F | 90 | 3C | 17 |
| Octal | 30 | 137 | 64 | 113 | 0 | 55 | 77 | 220 | 74 | 27 |
| Binary | 11000 | 1011111 | 110100 | 1001011 | 0 | 101101 | 111111 | 10010000 | 111100 | 10111 |
Color Harmonies of #185F34
Complementary color
Monochromatic Colors of #185F34
Black with #185F34
Text Example
Text Example
White with #185F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F34; }
p { color: rgb(24,95,52); }
H1.HeaderClassName
{
color: #185F34;
}
.AnyTagClassName
{
color: #185F34;
}
</style>
background-color css
<style>
a { background-color: #185F34; }
a { background-color: rgb(24,95,52); }
div.DivClassName
{
background-color: #185F34;
}
.BgClassName
{
background-color: #185F34;
}
</style>
border-color css
<style>
span { border-color: #185F34; }
span { border-color: rgb(24,95,52); }
td.TdClassName
{
border-color: #185F34;
}
.TagClassName
{
border-color: #185F34;
}
</style>