Shades of Crusoe #15512F
Tints of Crusoe #15512F
RGB
CMYK
RGB Variations
Color information
#15512F (or 0x15512F) is known color: Crusoe. HEX triplet: 15, 51 and 2F. RGB value is (21,81,47). Sum of RGB (Red+Green+Blue) = 21+81+47=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #15512F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15512F is #EAAED0. Grayscale: #3B3B3B. Windows color (decimal): -15380177 or 3100949. OLE color: 3100949.
HSL color Cylindrical-coordinate representation of color #15512F: hue angle of 146º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15512F is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 47 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.68 |
| HSL | 146º | 0.59% | 0.2% | - |
| HSV(B) | 146º | 0.74% | 0.32% | - |
| XYZ | 3.76 | 6.25 | 3.7 | - |
| YUV | 59.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 47 | 0.74 | 0 | 0.42 | 0.68 | 146 | 0.59 | 0.2 |
| Hex | 15 | 51 | 2F | 4A | 0 | 2A | 44 | 92 | 3B | 14 |
| Octal | 25 | 121 | 57 | 112 | 0 | 52 | 104 | 222 | 73 | 24 |
| Binary | 10101 | 1010001 | 101111 | 1001010 | 0 | 101010 | 1000100 | 10010010 | 111011 | 10100 |
Color Harmonies of #15512F
Complementary color
Monochromatic Colors of #15512F
Black with #15512F
Text Example
Text Example
White with #15512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15512F; }
p { color: rgb(21,81,47); }
H1.HeaderClassName
{
color: #15512F;
}
.AnyTagClassName
{
color: #15512F;
}
</style>
background-color css
<style>
a { background-color: #15512F; }
a { background-color: rgb(21,81,47); }
div.DivClassName
{
background-color: #15512F;
}
.BgClassName
{
background-color: #15512F;
}
</style>
border-color css
<style>
span { border-color: #15512F; }
span { border-color: rgb(21,81,47); }
td.TdClassName
{
border-color: #15512F;
}
.TagClassName
{
border-color: #15512F;
}
</style>