Shades of Crusoe #15551E
Tints of Crusoe #15551E
RGB
CMYK
RGB Variations
Color information
#15551E (or 0x15551E) is known color: Crusoe. HEX triplet: 15, 55 and 1E. RGB value is (21,85,30). Sum of RGB (Red+Green+Blue) = 21+85+30=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #15551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15551E is #EAAAE1. Grayscale: #3B3B3B. Windows color (decimal): -15379170 or 1987861. OLE color: 1987861.
HSL color Cylindrical-coordinate representation of color #15551E: hue angle of 128.44º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15551E is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 30 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.67 |
| HSL | 128.44º | 0.6% | 0.21% | - |
| HSV(B) | 128.44º | 0.75% | 0.33% | - |
| XYZ | 3.79 | 6.75 | 2.33 | - |
| YUV | 59.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 30 | 0.75 | 0 | 0.65 | 0.67 | 128.44 | 0.6 | 0.21 |
| Hex | 15 | 55 | 1E | 4B | 0 | 41 | 43 | 80 | 3C | 15 |
| Octal | 25 | 125 | 36 | 113 | 0 | 101 | 103 | 200 | 74 | 25 |
| Binary | 10101 | 1010101 | 11110 | 1001011 | 0 | 1000001 | 1000011 | 10000000 | 111100 | 10101 |
Color Harmonies of #15551E
Complementary color
Monochromatic Colors of #15551E
Black with #15551E
Text Example
Text Example
White with #15551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15551E; }
p { color: rgb(21,85,30); }
H1.HeaderClassName
{
color: #15551E;
}
.AnyTagClassName
{
color: #15551E;
}
</style>
background-color css
<style>
a { background-color: #15551E; }
a { background-color: rgb(21,85,30); }
div.DivClassName
{
background-color: #15551E;
}
.BgClassName
{
background-color: #15551E;
}
</style>
border-color css
<style>
span { border-color: #15551E; }
span { border-color: rgb(21,85,30); }
td.TdClassName
{
border-color: #15551E;
}
.TagClassName
{
border-color: #15551E;
}
</style>