Shades of Crusoe #10552A
Tints of Crusoe #10552A
RGB
CMYK
RGB Variations
Color information
#10552A (or 0x10552A) is known color: Crusoe. HEX triplet: 10, 55 and 2A. RGB value is (16,85,42). Sum of RGB (Red+Green+Blue) = 16+85+42=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #10552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10552A is #EFAAD5. Grayscale: #3B3B3B. Windows color (decimal): -15706838 or 2774288. OLE color: 2774288.
HSL color Cylindrical-coordinate representation of color #10552A: hue angle of 142.61º 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 #10552A is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 85 | 42 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.67 |
| HSL | 142.61º | 0.68% | 0.2% | - |
| HSV(B) | 142.61º | 0.81% | 0.33% | - |
| XYZ | 3.88 | 6.77 | 3.29 | - |
| YUV | 59.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 42 | 0.81 | 0 | 0.51 | 0.67 | 142.61 | 0.68 | 0.2 |
| Hex | 10 | 55 | 2A | 51 | 0 | 33 | 43 | 8F | 44 | 14 |
| Octal | 20 | 125 | 52 | 121 | 0 | 63 | 103 | 217 | 104 | 24 |
| Binary | 10000 | 1010101 | 101010 | 1010001 | 0 | 110011 | 1000011 | 10001111 | 1000100 | 10100 |
Color Harmonies of #10552A
Complementary color
Monochromatic Colors of #10552A
Black with #10552A
Text Example
Text Example
White with #10552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10552A; }
p { color: rgb(16,85,42); }
H1.HeaderClassName
{
color: #10552A;
}
.AnyTagClassName
{
color: #10552A;
}
</style>
background-color css
<style>
a { background-color: #10552A; }
a { background-color: rgb(16,85,42); }
div.DivClassName
{
background-color: #10552A;
}
.BgClassName
{
background-color: #10552A;
}
</style>
border-color css
<style>
span { border-color: #10552A; }
span { border-color: rgb(16,85,42); }
td.TdClassName
{
border-color: #10552A;
}
.TagClassName
{
border-color: #10552A;
}
</style>