Shades of Crusoe #185A35
Tints of Crusoe #185A35
RGB
CMYK
RGB Variations
Color information
#185A35 (or 0x185A35) is known color: Crusoe. HEX triplet: 18, 5A and 35. RGB value is (24,90,53). Sum of RGB (Red+Green+Blue) = 24+90+53=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #185A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A35 is #E7A5CA. Grayscale: #424242. Windows color (decimal): -15181259 or 3496472. OLE color: 3496472.
HSL color Cylindrical-coordinate representation of color #185A35: hue angle of 146.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185A35 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 53 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.65 |
| HSL | 146.36º | 0.58% | 0.22% | - |
| HSV(B) | 146.36º | 0.73% | 0.35% | - |
| XYZ | 4.68 | 7.76 | 4.62 | - |
| YUV | 66.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 53 | 0.73 | 0 | 0.41 | 0.65 | 146.36 | 0.58 | 0.22 |
| Hex | 18 | 5A | 35 | 49 | 0 | 29 | 41 | 92 | 3A | 16 |
| Octal | 30 | 132 | 65 | 111 | 0 | 51 | 101 | 222 | 72 | 26 |
| Binary | 11000 | 1011010 | 110101 | 1001001 | 0 | 101001 | 1000001 | 10010010 | 111010 | 10110 |
Color Harmonies of #185A35
Complementary color
Monochromatic Colors of #185A35
Black with #185A35
Text Example
Text Example
White with #185A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A35; }
p { color: rgb(24,90,53); }
H1.HeaderClassName
{
color: #185A35;
}
.AnyTagClassName
{
color: #185A35;
}
</style>
background-color css
<style>
a { background-color: #185A35; }
a { background-color: rgb(24,90,53); }
div.DivClassName
{
background-color: #185A35;
}
.BgClassName
{
background-color: #185A35;
}
</style>
border-color css
<style>
span { border-color: #185A35; }
span { border-color: rgb(24,90,53); }
td.TdClassName
{
border-color: #185A35;
}
.TagClassName
{
border-color: #185A35;
}
</style>