Shades of Crusoe #15602E
Tints of Crusoe #15602E
RGB
CMYK
RGB Variations
Color information
#15602E (or 0x15602E) is known color: Crusoe. HEX triplet: 15, 60 and 2E. RGB value is (21,96,46). Sum of RGB (Red+Green+Blue) = 21+96+46=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #15602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15602E is #EA9FD1. Grayscale: #444444. Windows color (decimal): -15376338 or 3039253. OLE color: 3039253.
HSL color Cylindrical-coordinate representation of color #15602E: hue angle of 140º 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 #15602E is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 46 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.62 |
| HSL | 140º | 0.64% | 0.23% | - |
| HSV(B) | 140º | 0.78% | 0.38% | - |
| XYZ | 4.99 | 8.72 | 4.01 | - |
| YUV | 67.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 46 | 0.78 | 0 | 0.52 | 0.62 | 140 | 0.64 | 0.23 |
| Hex | 15 | 60 | 2E | 4E | 0 | 34 | 3E | 8C | 40 | 17 |
| Octal | 25 | 140 | 56 | 116 | 0 | 64 | 76 | 214 | 100 | 27 |
| Binary | 10101 | 1100000 | 101110 | 1001110 | 0 | 110100 | 111110 | 10001100 | 1000000 | 10111 |
Color Harmonies of #15602E
Complementary color
Monochromatic Colors of #15602E
Black with #15602E
Text Example
Text Example
White with #15602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15602E; }
p { color: rgb(21,96,46); }
H1.HeaderClassName
{
color: #15602E;
}
.AnyTagClassName
{
color: #15602E;
}
</style>
background-color css
<style>
a { background-color: #15602E; }
a { background-color: rgb(21,96,46); }
div.DivClassName
{
background-color: #15602E;
}
.BgClassName
{
background-color: #15602E;
}
</style>
border-color css
<style>
span { border-color: #15602E; }
span { border-color: rgb(21,96,46); }
td.TdClassName
{
border-color: #15602E;
}
.TagClassName
{
border-color: #15602E;
}
</style>