Shades of Crusoe #15501F
Tints of Crusoe #15501F
RGB
CMYK
RGB Variations
Color information
#15501F (or 0x15501F) is known color: Crusoe. HEX triplet: 15, 50 and 1F. RGB value is (21,80,31). Sum of RGB (Red+Green+Blue) = 21+80+31=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #15501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15501F is #EAAFE0. Grayscale: #383838. Windows color (decimal): -15380449 or 2052117. OLE color: 2052117.
HSL color Cylindrical-coordinate representation of color #15501F: hue angle of 130.17º 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 #15501F is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 31 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.69 |
| HSL | 130.17º | 0.58% | 0.2% | - |
| HSV(B) | 130.17º | 0.74% | 0.31% | - |
| XYZ | 3.43 | 6 | 2.27 | - |
| YUV | 56.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 31 | 0.74 | 0 | 0.61 | 0.69 | 130.17 | 0.58 | 0.2 |
| Hex | 15 | 50 | 1F | 4A | 0 | 3D | 45 | 82 | 3A | 14 |
| Octal | 25 | 120 | 37 | 112 | 0 | 75 | 105 | 202 | 72 | 24 |
| Binary | 10101 | 1010000 | 11111 | 1001010 | 0 | 111101 | 1000101 | 10000010 | 111010 | 10100 |
Color Harmonies of #15501F
Complementary color
Monochromatic Colors of #15501F
Black with #15501F
Text Example
Text Example
White with #15501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15501F; }
p { color: rgb(21,80,31); }
H1.HeaderClassName
{
color: #15501F;
}
.AnyTagClassName
{
color: #15501F;
}
</style>
background-color css
<style>
a { background-color: #15501F; }
a { background-color: rgb(21,80,31); }
div.DivClassName
{
background-color: #15501F;
}
.BgClassName
{
background-color: #15501F;
}
</style>
border-color css
<style>
span { border-color: #15501F; }
span { border-color: rgb(21,80,31); }
td.TdClassName
{
border-color: #15501F;
}
.TagClassName
{
border-color: #15501F;
}
</style>