Shades of Crusoe #10552C
Tints of Crusoe #10552C
RGB
CMYK
RGB Variations
Color information
#10552C (or 0x10552C) is known color: Crusoe. HEX triplet: 10, 55 and 2C. RGB value is (16,85,44). Sum of RGB (Red+Green+Blue) = 16+85+44=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #10552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10552C is #EFAAD3. Grayscale: #3B3B3B. Windows color (decimal): -15706836 or 2905360. OLE color: 2905360.
HSL color Cylindrical-coordinate representation of color #10552C: hue angle of 144.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10552C is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 85 | 44 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.67 |
| HSL | 144.35º | 0.68% | 0.2% | - |
| HSV(B) | 144.35º | 0.81% | 0.33% | - |
| XYZ | 3.92 | 6.79 | 3.49 | - |
| YUV | 59.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 44 | 0.81 | 0 | 0.48 | 0.67 | 144.35 | 0.68 | 0.2 |
| Hex | 10 | 55 | 2C | 51 | 0 | 30 | 43 | 90 | 44 | 14 |
| Octal | 20 | 125 | 54 | 121 | 0 | 60 | 103 | 220 | 104 | 24 |
| Binary | 10000 | 1010101 | 101100 | 1010001 | 0 | 110000 | 1000011 | 10010000 | 1000100 | 10100 |
Color Harmonies of #10552C
Complementary color
Monochromatic Colors of #10552C
Black with #10552C
Text Example
Text Example
White with #10552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10552C; }
p { color: rgb(16,85,44); }
H1.HeaderClassName
{
color: #10552C;
}
.AnyTagClassName
{
color: #10552C;
}
</style>
background-color css
<style>
a { background-color: #10552C; }
a { background-color: rgb(16,85,44); }
div.DivClassName
{
background-color: #10552C;
}
.BgClassName
{
background-color: #10552C;
}
</style>
border-color css
<style>
span { border-color: #10552C; }
span { border-color: rgb(16,85,44); }
td.TdClassName
{
border-color: #10552C;
}
.TagClassName
{
border-color: #10552C;
}
</style>