Shades of Crusoe #15602C
Tints of Crusoe #15602C
RGB
CMYK
RGB Variations
Color information
#15602C (or 0x15602C) is known color: Crusoe. HEX triplet: 15, 60 and 2C. RGB value is (21,96,44). Sum of RGB (Red+Green+Blue) = 21+96+44=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #15602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15602C is #EA9FD3. Grayscale: #434343. Windows color (decimal): -15376340 or 2908181. OLE color: 2908181.
HSL color Cylindrical-coordinate representation of color #15602C: hue angle of 138.4º 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 #15602C is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 44 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.62 |
| HSL | 138.4º | 0.64% | 0.23% | - |
| HSV(B) | 138.4º | 0.78% | 0.38% | - |
| XYZ | 4.95 | 8.71 | 3.8 | - |
| YUV | 67.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 44 | 0.78 | 0 | 0.54 | 0.62 | 138.4 | 0.64 | 0.23 |
| Hex | 15 | 60 | 2C | 4E | 0 | 36 | 3E | 8A | 40 | 17 |
| Octal | 25 | 140 | 54 | 116 | 0 | 66 | 76 | 212 | 100 | 27 |
| Binary | 10101 | 1100000 | 101100 | 1001110 | 0 | 110110 | 111110 | 10001010 | 1000000 | 10111 |
Color Harmonies of #15602C
Complementary color
Monochromatic Colors of #15602C
Black with #15602C
Text Example
Text Example
White with #15602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15602C; }
p { color: rgb(21,96,44); }
H1.HeaderClassName
{
color: #15602C;
}
.AnyTagClassName
{
color: #15602C;
}
</style>
background-color css
<style>
a { background-color: #15602C; }
a { background-color: rgb(21,96,44); }
div.DivClassName
{
background-color: #15602C;
}
.BgClassName
{
background-color: #15602C;
}
</style>
border-color css
<style>
span { border-color: #15602C; }
span { border-color: rgb(21,96,44); }
td.TdClassName
{
border-color: #15602C;
}
.TagClassName
{
border-color: #15602C;
}
</style>