Shades of Crusoe #15582E
Tints of Crusoe #15582E
RGB
CMYK
RGB Variations
Color information
#15582E (or 0x15582E) is known color: Crusoe. HEX triplet: 15, 58 and 2E. RGB value is (21,88,46). Sum of RGB (Red+Green+Blue) = 21+88+46=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #15582E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15582E is #EAA7D1. Grayscale: #3F3F3F. Windows color (decimal): -15378386 or 3037205. OLE color: 3037205.
HSL color Cylindrical-coordinate representation of color #15582E: hue angle of 142.39º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15582E is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 46 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.65 |
| HSL | 142.39º | 0.61% | 0.21% | - |
| HSV(B) | 142.39º | 0.76% | 0.35% | - |
| XYZ | 4.29 | 7.34 | 3.77 | - |
| YUV | 63.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 46 | 0.76 | 0 | 0.48 | 0.65 | 142.39 | 0.61 | 0.21 |
| Hex | 15 | 58 | 2E | 4C | 0 | 30 | 41 | 8E | 3D | 15 |
| Octal | 25 | 130 | 56 | 114 | 0 | 60 | 101 | 216 | 75 | 25 |
| Binary | 10101 | 1011000 | 101110 | 1001100 | 0 | 110000 | 1000001 | 10001110 | 111101 | 10101 |
Color Harmonies of #15582E
Complementary color
Monochromatic Colors of #15582E
Black with #15582E
Text Example
Text Example
White with #15582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15582E; }
p { color: rgb(21,88,46); }
H1.HeaderClassName
{
color: #15582E;
}
.AnyTagClassName
{
color: #15582E;
}
</style>
background-color css
<style>
a { background-color: #15582E; }
a { background-color: rgb(21,88,46); }
div.DivClassName
{
background-color: #15582E;
}
.BgClassName
{
background-color: #15582E;
}
</style>
border-color css
<style>
span { border-color: #15582E; }
span { border-color: rgb(21,88,46); }
td.TdClassName
{
border-color: #15582E;
}
.TagClassName
{
border-color: #15582E;
}
</style>