Shades of Crusoe #185431
Tints of Crusoe #185431
RGB
CMYK
RGB Variations
Color information
#185431 (or 0x185431) is known color: Crusoe. HEX triplet: 18, 54 and 31. RGB value is (24,84,49). Sum of RGB (Red+Green+Blue) = 24+84+49=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #185431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185431 is #E7ABCE. Grayscale: #3E3E3E. Windows color (decimal): -15182799 or 3232792. OLE color: 3232792.
HSL color Cylindrical-coordinate representation of color #185431: hue angle of 145º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185431 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 49 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.67 |
| HSL | 145º | 0.56% | 0.21% | - |
| HSV(B) | 145º | 0.71% | 0.33% | - |
| XYZ | 4.1 | 6.76 | 3.99 | - |
| YUV | 62.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 49 | 0.71 | 0 | 0.42 | 0.67 | 145 | 0.56 | 0.21 |
| Hex | 18 | 54 | 31 | 47 | 0 | 2A | 43 | 91 | 38 | 15 |
| Octal | 30 | 124 | 61 | 107 | 0 | 52 | 103 | 221 | 70 | 25 |
| Binary | 11000 | 1010100 | 110001 | 1000111 | 0 | 101010 | 1000011 | 10010001 | 111000 | 10101 |
Color Harmonies of #185431
Complementary color
Monochromatic Colors of #185431
Black with #185431
Text Example
Text Example
White with #185431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185431; }
p { color: rgb(24,84,49); }
H1.HeaderClassName
{
color: #185431;
}
.AnyTagClassName
{
color: #185431;
}
</style>
background-color css
<style>
a { background-color: #185431; }
a { background-color: rgb(24,84,49); }
div.DivClassName
{
background-color: #185431;
}
.BgClassName
{
background-color: #185431;
}
</style>
border-color css
<style>
span { border-color: #185431; }
span { border-color: rgb(24,84,49); }
td.TdClassName
{
border-color: #185431;
}
.TagClassName
{
border-color: #185431;
}
</style>