Shades of Crusoe #15562B
Tints of Crusoe #15562B
RGB
CMYK
RGB Variations
Color information
#15562B (or 0x15562B) is known color: Crusoe. HEX triplet: 15, 56 and 2B. RGB value is (21,86,43). Sum of RGB (Red+Green+Blue) = 21+86+43=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #15562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562B is #EAA9D4. Grayscale: #3D3D3D. Windows color (decimal): -15378901 or 2840085. OLE color: 2840085.
HSL color Cylindrical-coordinate representation of color #15562B: hue angle of 140.31º 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 #15562B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 43 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.66 |
| HSL | 140.31º | 0.61% | 0.21% | - |
| HSV(B) | 140.31º | 0.76% | 0.34% | - |
| XYZ | 4.07 | 6.99 | 3.42 | - |
| YUV | 61.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 43 | 0.76 | 0 | 0.50 | 0.66 | 140.31 | 0.61 | 0.21 |
| Hex | 15 | 56 | 2B | 4C | 0 | 32 | 42 | 8C | 3D | 15 |
| Octal | 25 | 126 | 53 | 114 | 0 | 62 | 102 | 214 | 75 | 25 |
| Binary | 10101 | 1010110 | 101011 | 1001100 | 0 | 110010 | 1000010 | 10001100 | 111101 | 10101 |
Color Harmonies of #15562B
Complementary color
Monochromatic Colors of #15562B
Black with #15562B
Text Example
Text Example
White with #15562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15562B; }
p { color: rgb(21,86,43); }
H1.HeaderClassName
{
color: #15562B;
}
.AnyTagClassName
{
color: #15562B;
}
</style>
background-color css
<style>
a { background-color: #15562B; }
a { background-color: rgb(21,86,43); }
div.DivClassName
{
background-color: #15562B;
}
.BgClassName
{
background-color: #15562B;
}
</style>
border-color css
<style>
span { border-color: #15562B; }
span { border-color: rgb(21,86,43); }
td.TdClassName
{
border-color: #15562B;
}
.TagClassName
{
border-color: #15562B;
}
</style>