Shades of Crusoe #185B23
Tints of Crusoe #185B23
RGB
CMYK
RGB Variations
Color information
#185B23 (or 0x185B23) is known color: Crusoe. HEX triplet: 18, 5B and 23. RGB value is (24,91,35). Sum of RGB (Red+Green+Blue) = 24+91+35=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #185B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B23 is #E7A4DC. Grayscale: #404040. Windows color (decimal): -15181021 or 2317080. OLE color: 2317080.
HSL color Cylindrical-coordinate representation of color #185B23: hue angle of 129.85º 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 #185B23 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 35 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.64 |
| HSL | 129.85º | 0.58% | 0.23% | - |
| HSV(B) | 129.85º | 0.74% | 0.36% | - |
| XYZ | 4.42 | 7.8 | 2.86 | - |
| YUV | 64.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 35 | 0.74 | 0 | 0.62 | 0.64 | 129.85 | 0.58 | 0.23 |
| Hex | 18 | 5B | 23 | 4A | 0 | 3E | 40 | 82 | 3A | 17 |
| Octal | 30 | 133 | 43 | 112 | 0 | 76 | 100 | 202 | 72 | 27 |
| Binary | 11000 | 1011011 | 100011 | 1001010 | 0 | 111110 | 1000000 | 10000010 | 111010 | 10111 |
Color Harmonies of #185B23
Complementary color
Monochromatic Colors of #185B23
Black with #185B23
Text Example
Text Example
White with #185B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B23; }
p { color: rgb(24,91,35); }
H1.HeaderClassName
{
color: #185B23;
}
.AnyTagClassName
{
color: #185B23;
}
</style>
background-color css
<style>
a { background-color: #185B23; }
a { background-color: rgb(24,91,35); }
div.DivClassName
{
background-color: #185B23;
}
.BgClassName
{
background-color: #185B23;
}
</style>
border-color css
<style>
span { border-color: #185B23; }
span { border-color: rgb(24,91,35); }
td.TdClassName
{
border-color: #185B23;
}
.TagClassName
{
border-color: #185B23;
}
</style>