Shades of Crusoe #185326
Tints of Crusoe #185326
RGB
CMYK
RGB Variations
Color information
#185326 (or 0x185326) is known color: Crusoe. HEX triplet: 18, 53 and 26. RGB value is (24,83,38). Sum of RGB (Red+Green+Blue) = 24+83+38=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #185326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185326 is #E7ACD9. Grayscale: #3C3C3C. Windows color (decimal): -15183066 or 2511640. OLE color: 2511640.
HSL color Cylindrical-coordinate representation of color #185326: hue angle of 134.24º degrees, saturation: 0.55, 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 #185326 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 38 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.67 |
| HSL | 134.24º | 0.55% | 0.21% | - |
| HSV(B) | 134.24º | 0.71% | 0.33% | - |
| XYZ | 3.82 | 6.52 | 2.89 | - |
| YUV | 60.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 38 | 0.71 | 0 | 0.54 | 0.67 | 134.24 | 0.55 | 0.21 |
| Hex | 18 | 53 | 26 | 47 | 0 | 36 | 43 | 86 | 37 | 15 |
| Octal | 30 | 123 | 46 | 107 | 0 | 66 | 103 | 206 | 67 | 25 |
| Binary | 11000 | 1010011 | 100110 | 1000111 | 0 | 110110 | 1000011 | 10000110 | 110111 | 10101 |
Color Harmonies of #185326
Complementary color
Monochromatic Colors of #185326
Black with #185326
Text Example
Text Example
White with #185326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185326; }
p { color: rgb(24,83,38); }
H1.HeaderClassName
{
color: #185326;
}
.AnyTagClassName
{
color: #185326;
}
</style>
background-color css
<style>
a { background-color: #185326; }
a { background-color: rgb(24,83,38); }
div.DivClassName
{
background-color: #185326;
}
.BgClassName
{
background-color: #185326;
}
</style>
border-color css
<style>
span { border-color: #185326; }
span { border-color: rgb(24,83,38); }
td.TdClassName
{
border-color: #185326;
}
.TagClassName
{
border-color: #185326;
}
</style>