Shades of Crusoe #185F25
Tints of Crusoe #185F25
RGB
CMYK
RGB Variations
Color information
#185F25 (or 0x185F25) is known color: Crusoe. HEX triplet: 18, 5F and 25. RGB value is (24,95,37). Sum of RGB (Red+Green+Blue) = 24+95+37=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #185F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F25 is #E7A0DA. Grayscale: #434343. Windows color (decimal): -15179995 or 2449176. OLE color: 2449176.
HSL color Cylindrical-coordinate representation of color #185F25: hue angle of 130.99º 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 #185F25 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 37 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.63 |
| HSL | 130.99º | 0.6% | 0.23% | - |
| HSV(B) | 130.99º | 0.75% | 0.37% | - |
| XYZ | 4.8 | 8.51 | 3.14 | - |
| YUV | 67.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 37 | 0.75 | 0 | 0.61 | 0.63 | 130.99 | 0.6 | 0.23 |
| Hex | 18 | 5F | 25 | 4B | 0 | 3D | 3F | 83 | 3C | 17 |
| Octal | 30 | 137 | 45 | 113 | 0 | 75 | 77 | 203 | 74 | 27 |
| Binary | 11000 | 1011111 | 100101 | 1001011 | 0 | 111101 | 111111 | 10000011 | 111100 | 10111 |
Color Harmonies of #185F25
Complementary color
Monochromatic Colors of #185F25
Black with #185F25
Text Example
Text Example
White with #185F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F25; }
p { color: rgb(24,95,37); }
H1.HeaderClassName
{
color: #185F25;
}
.AnyTagClassName
{
color: #185F25;
}
</style>
background-color css
<style>
a { background-color: #185F25; }
a { background-color: rgb(24,95,37); }
div.DivClassName
{
background-color: #185F25;
}
.BgClassName
{
background-color: #185F25;
}
</style>
border-color css
<style>
span { border-color: #185F25; }
span { border-color: rgb(24,95,37); }
td.TdClassName
{
border-color: #185F25;
}
.TagClassName
{
border-color: #185F25;
}
</style>