Shades of Crusoe #185533
Tints of Crusoe #185533
RGB
CMYK
RGB Variations
Color information
#185533 (or 0x185533) is known color: Crusoe. HEX triplet: 18, 55 and 33. RGB value is (24,85,51). Sum of RGB (Red+Green+Blue) = 24+85+51=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #185533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185533 is #E7AACC. Grayscale: #3E3E3E. Windows color (decimal): -15182541 or 3364120. OLE color: 3364120.
HSL color Cylindrical-coordinate representation of color #185533: hue angle of 146.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185533 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 51 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.67 |
| HSL | 146.56º | 0.56% | 0.21% | - |
| HSV(B) | 146.56º | 0.72% | 0.33% | - |
| XYZ | 4.22 | 6.93 | 4.25 | - |
| YUV | 62.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 51 | 0.72 | 0 | 0.40 | 0.67 | 146.56 | 0.56 | 0.21 |
| Hex | 18 | 55 | 33 | 48 | 0 | 28 | 43 | 93 | 38 | 15 |
| Octal | 30 | 125 | 63 | 110 | 0 | 50 | 103 | 223 | 70 | 25 |
| Binary | 11000 | 1010101 | 110011 | 1001000 | 0 | 101000 | 1000011 | 10010011 | 111000 | 10101 |
Color Harmonies of #185533
Complementary color
Monochromatic Colors of #185533
Black with #185533
Text Example
Text Example
White with #185533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185533; }
p { color: rgb(24,85,51); }
H1.HeaderClassName
{
color: #185533;
}
.AnyTagClassName
{
color: #185533;
}
</style>
background-color css
<style>
a { background-color: #185533; }
a { background-color: rgb(24,85,51); }
div.DivClassName
{
background-color: #185533;
}
.BgClassName
{
background-color: #185533;
}
</style>
border-color css
<style>
span { border-color: #185533; }
span { border-color: rgb(24,85,51); }
td.TdClassName
{
border-color: #185533;
}
.TagClassName
{
border-color: #185533;
}
</style>