Shades of Crusoe #15562A
Tints of Crusoe #15562A
RGB
CMYK
RGB Variations
Color information
#15562A (or 0x15562A) is known color: Crusoe. HEX triplet: 15, 56 and 2A. RGB value is (21,86,42). Sum of RGB (Red+Green+Blue) = 21+86+42=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #15562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562A is #EAA9D5. Grayscale: #3D3D3D. Windows color (decimal): -15378902 or 2774549. OLE color: 2774549.
HSL color Cylindrical-coordinate representation of color #15562A: hue angle of 139.38º 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 #15562A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 42 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.66 |
| HSL | 139.38º | 0.61% | 0.21% | - |
| HSV(B) | 139.38º | 0.76% | 0.34% | - |
| XYZ | 4.05 | 6.98 | 3.32 | - |
| YUV | 61.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 42 | 0.76 | 0 | 0.51 | 0.66 | 139.38 | 0.61 | 0.21 |
| Hex | 15 | 56 | 2A | 4C | 0 | 33 | 42 | 8B | 3D | 15 |
| Octal | 25 | 126 | 52 | 114 | 0 | 63 | 102 | 213 | 75 | 25 |
| Binary | 10101 | 1010110 | 101010 | 1001100 | 0 | 110011 | 1000010 | 10001011 | 111101 | 10101 |
Color Harmonies of #15562A
Complementary color
Monochromatic Colors of #15562A
Black with #15562A
Text Example
Text Example
White with #15562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15562A; }
p { color: rgb(21,86,42); }
H1.HeaderClassName
{
color: #15562A;
}
.AnyTagClassName
{
color: #15562A;
}
</style>
background-color css
<style>
a { background-color: #15562A; }
a { background-color: rgb(21,86,42); }
div.DivClassName
{
background-color: #15562A;
}
.BgClassName
{
background-color: #15562A;
}
</style>
border-color css
<style>
span { border-color: #15562A; }
span { border-color: rgb(21,86,42); }
td.TdClassName
{
border-color: #15562A;
}
.TagClassName
{
border-color: #15562A;
}
</style>