Shades of Crusoe #15562D
Tints of Crusoe #15562D
RGB
CMYK
RGB Variations
Color information
#15562D (or 0x15562D) is known color: Crusoe. HEX triplet: 15, 56 and 2D. RGB value is (21,86,45). Sum of RGB (Red+Green+Blue) = 21+86+45=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #15562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562D is #EAA9D2. Grayscale: #3D3D3D. Windows color (decimal): -15378899 or 2971157. OLE color: 2971157.
HSL color Cylindrical-coordinate representation of color #15562D: hue angle of 142.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15562D is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 45 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.66 |
| HSL | 142.15º | 0.61% | 0.21% | - |
| HSV(B) | 142.15º | 0.76% | 0.34% | - |
| XYZ | 4.11 | 7 | 3.62 | - |
| YUV | 61.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 45 | 0.76 | 0 | 0.48 | 0.66 | 142.15 | 0.61 | 0.21 |
| Hex | 15 | 56 | 2D | 4C | 0 | 30 | 42 | 8E | 3D | 15 |
| Octal | 25 | 126 | 55 | 114 | 0 | 60 | 102 | 216 | 75 | 25 |
| Binary | 10101 | 1010110 | 101101 | 1001100 | 0 | 110000 | 1000010 | 10001110 | 111101 | 10101 |
Color Harmonies of #15562D
Complementary color
Monochromatic Colors of #15562D
Black with #15562D
Text Example
Text Example
White with #15562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15562D; }
p { color: rgb(21,86,45); }
H1.HeaderClassName
{
color: #15562D;
}
.AnyTagClassName
{
color: #15562D;
}
</style>
background-color css
<style>
a { background-color: #15562D; }
a { background-color: rgb(21,86,45); }
div.DivClassName
{
background-color: #15562D;
}
.BgClassName
{
background-color: #15562D;
}
</style>
border-color css
<style>
span { border-color: #15562D; }
span { border-color: rgb(21,86,45); }
td.TdClassName
{
border-color: #15562D;
}
.TagClassName
{
border-color: #15562D;
}
</style>