Shades of Crusoe #15602B
Tints of Crusoe #15602B
RGB
CMYK
RGB Variations
Color information
#15602B (or 0x15602B) is known color: Crusoe. HEX triplet: 15, 60 and 2B. RGB value is (21,96,43). Sum of RGB (Red+Green+Blue) = 21+96+43=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #15602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15602B is #EA9FD4. Grayscale: #434343. Windows color (decimal): -15376341 or 2842645. OLE color: 2842645.
HSL color Cylindrical-coordinate representation of color #15602B: hue angle of 137.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15602B is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 43 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.62 |
| HSL | 137.6º | 0.64% | 0.23% | - |
| HSV(B) | 137.6º | 0.78% | 0.38% | - |
| XYZ | 4.93 | 8.7 | 3.7 | - |
| YUV | 67.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 43 | 0.78 | 0 | 0.55 | 0.62 | 137.6 | 0.64 | 0.23 |
| Hex | 15 | 60 | 2B | 4E | 0 | 37 | 3E | 8A | 40 | 17 |
| Octal | 25 | 140 | 53 | 116 | 0 | 67 | 76 | 212 | 100 | 27 |
| Binary | 10101 | 1100000 | 101011 | 1001110 | 0 | 110111 | 111110 | 10001010 | 1000000 | 10111 |
Color Harmonies of #15602B
Complementary color
Monochromatic Colors of #15602B
Black with #15602B
Text Example
Text Example
White with #15602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15602B; }
p { color: rgb(21,96,43); }
H1.HeaderClassName
{
color: #15602B;
}
.AnyTagClassName
{
color: #15602B;
}
</style>
background-color css
<style>
a { background-color: #15602B; }
a { background-color: rgb(21,96,43); }
div.DivClassName
{
background-color: #15602B;
}
.BgClassName
{
background-color: #15602B;
}
</style>
border-color css
<style>
span { border-color: #15602B; }
span { border-color: rgb(21,96,43); }
td.TdClassName
{
border-color: #15602B;
}
.TagClassName
{
border-color: #15602B;
}
</style>