Shades of Crusoe #15562F
Tints of Crusoe #15562F
RGB
CMYK
RGB Variations
Color information
#15562F (or 0x15562F) is known color: Crusoe. HEX triplet: 15, 56 and 2F. RGB value is (21,86,47). Sum of RGB (Red+Green+Blue) = 21+86+47=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #15562F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562F is #EAA9D0. Grayscale: #3E3E3E. Windows color (decimal): -15378897 or 3102229. OLE color: 3102229.
HSL color Cylindrical-coordinate representation of color #15562F: hue angle of 144º 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 #15562F is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 47 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.66 |
| HSL | 144º | 0.61% | 0.21% | - |
| HSV(B) | 144º | 0.76% | 0.34% | - |
| XYZ | 4.15 | 7.02 | 3.83 | - |
| YUV | 62.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 47 | 0.76 | 0 | 0.45 | 0.66 | 144 | 0.61 | 0.21 |
| Hex | 15 | 56 | 2F | 4C | 0 | 2D | 42 | 90 | 3D | 15 |
| Octal | 25 | 126 | 57 | 114 | 0 | 55 | 102 | 220 | 75 | 25 |
| Binary | 10101 | 1010110 | 101111 | 1001100 | 0 | 101101 | 1000010 | 10010000 | 111101 | 10101 |
Color Harmonies of #15562F
Complementary color
Monochromatic Colors of #15562F
Black with #15562F
Text Example
Text Example
White with #15562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15562F; }
p { color: rgb(21,86,47); }
H1.HeaderClassName
{
color: #15562F;
}
.AnyTagClassName
{
color: #15562F;
}
</style>
background-color css
<style>
a { background-color: #15562F; }
a { background-color: rgb(21,86,47); }
div.DivClassName
{
background-color: #15562F;
}
.BgClassName
{
background-color: #15562F;
}
</style>
border-color css
<style>
span { border-color: #15562F; }
span { border-color: rgb(21,86,47); }
td.TdClassName
{
border-color: #15562F;
}
.TagClassName
{
border-color: #15562F;
}
</style>