Shades of Crusoe #15502A
Tints of Crusoe #15502A
RGB
CMYK
RGB Variations
Color information
#15502A (or 0x15502A) is known color: Crusoe. HEX triplet: 15, 50 and 2A. RGB value is (21,80,42). Sum of RGB (Red+Green+Blue) = 21+80+42=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #15502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15502A is #EAAFD5. Grayscale: #3A3A3A. Windows color (decimal): -15380438 or 2773013. OLE color: 2773013.
HSL color Cylindrical-coordinate representation of color #15502A: hue angle of 141.36º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15502A is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 42 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.69 |
| HSL | 141.36º | 0.58% | 0.2% | - |
| HSV(B) | 141.36º | 0.74% | 0.31% | - |
| XYZ | 3.6 | 6.06 | 3.17 | - |
| YUV | 58.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 42 | 0.74 | 0 | 0.48 | 0.69 | 141.36 | 0.58 | 0.2 |
| Hex | 15 | 50 | 2A | 4A | 0 | 30 | 45 | 8D | 3A | 14 |
| Octal | 25 | 120 | 52 | 112 | 0 | 60 | 105 | 215 | 72 | 24 |
| Binary | 10101 | 1010000 | 101010 | 1001010 | 0 | 110000 | 1000101 | 10001101 | 111010 | 10100 |
Color Harmonies of #15502A
Complementary color
Monochromatic Colors of #15502A
Black with #15502A
Text Example
Text Example
White with #15502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15502A; }
p { color: rgb(21,80,42); }
H1.HeaderClassName
{
color: #15502A;
}
.AnyTagClassName
{
color: #15502A;
}
</style>
background-color css
<style>
a { background-color: #15502A; }
a { background-color: rgb(21,80,42); }
div.DivClassName
{
background-color: #15502A;
}
.BgClassName
{
background-color: #15502A;
}
</style>
border-color css
<style>
span { border-color: #15502A; }
span { border-color: rgb(21,80,42); }
td.TdClassName
{
border-color: #15502A;
}
.TagClassName
{
border-color: #15502A;
}
</style>