Shades of Crusoe #10602A
Tints of Crusoe #10602A
RGB
CMYK
RGB Variations
Color information
#10602A (or 0x10602A) is known color: Crusoe. HEX triplet: 10, 60 and 2A. RGB value is (16,96,42). Sum of RGB (Red+Green+Blue) = 16+96+42=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #10602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10602A is #EF9FD5. Grayscale: #424242. Windows color (decimal): -15704022 or 2777104. OLE color: 2777104.
HSL color Cylindrical-coordinate representation of color #10602A: hue angle of 139.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10602A is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 96 | 42 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.62 |
| HSL | 139.5º | 0.71% | 0.22% | - |
| HSV(B) | 139.5º | 0.83% | 0.38% | - |
| XYZ | 4.81 | 8.64 | 3.61 | - |
| YUV | 65.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 42 | 0.83 | 0 | 0.56 | 0.62 | 139.5 | 0.71 | 0.22 |
| Hex | 10 | 60 | 2A | 53 | 0 | 38 | 3E | 8C | 47 | 16 |
| Octal | 20 | 140 | 52 | 123 | 0 | 70 | 76 | 214 | 107 | 26 |
| Binary | 10000 | 1100000 | 101010 | 1010011 | 0 | 111000 | 111110 | 10001100 | 1000111 | 10110 |
Color Harmonies of #10602A
Complementary color
Monochromatic Colors of #10602A
Black with #10602A
Text Example
Text Example
White with #10602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10602A; }
p { color: rgb(16,96,42); }
H1.HeaderClassName
{
color: #10602A;
}
.AnyTagClassName
{
color: #10602A;
}
</style>
background-color css
<style>
a { background-color: #10602A; }
a { background-color: rgb(16,96,42); }
div.DivClassName
{
background-color: #10602A;
}
.BgClassName
{
background-color: #10602A;
}
</style>
border-color css
<style>
span { border-color: #10602A; }
span { border-color: rgb(16,96,42); }
td.TdClassName
{
border-color: #10602A;
}
.TagClassName
{
border-color: #10602A;
}
</style>