Shades of Crusoe #185325
Tints of Crusoe #185325
RGB
CMYK
RGB Variations
Color information
#185325 (or 0x185325) is known color: Crusoe. HEX triplet: 18, 53 and 25. RGB value is (24,83,37). Sum of RGB (Red+Green+Blue) = 24+83+37=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #185325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185325 is #E7ACDA. Grayscale: #3C3C3C. Windows color (decimal): -15183067 or 2446104. OLE color: 2446104.
HSL color Cylindrical-coordinate representation of color #185325: hue angle of 133.22º 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 #185325 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 37 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.67 |
| HSL | 133.22º | 0.55% | 0.21% | - |
| HSV(B) | 133.22º | 0.71% | 0.33% | - |
| XYZ | 3.8 | 6.51 | 2.81 | - |
| YUV | 60.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 37 | 0.71 | 0 | 0.55 | 0.67 | 133.22 | 0.55 | 0.21 |
| Hex | 18 | 53 | 25 | 47 | 0 | 37 | 43 | 85 | 37 | 15 |
| Octal | 30 | 123 | 45 | 107 | 0 | 67 | 103 | 205 | 67 | 25 |
| Binary | 11000 | 1010011 | 100101 | 1000111 | 0 | 110111 | 1000011 | 10000101 | 110111 | 10101 |
Color Harmonies of #185325
Complementary color
Monochromatic Colors of #185325
Black with #185325
Text Example
Text Example
White with #185325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185325; }
p { color: rgb(24,83,37); }
H1.HeaderClassName
{
color: #185325;
}
.AnyTagClassName
{
color: #185325;
}
</style>
background-color css
<style>
a { background-color: #185325; }
a { background-color: rgb(24,83,37); }
div.DivClassName
{
background-color: #185325;
}
.BgClassName
{
background-color: #185325;
}
</style>
border-color css
<style>
span { border-color: #185325; }
span { border-color: rgb(24,83,37); }
td.TdClassName
{
border-color: #185325;
}
.TagClassName
{
border-color: #185325;
}
</style>