Shades of Crusoe #15541F
Tints of Crusoe #15541F
RGB
CMYK
RGB Variations
Color information
#15541F (or 0x15541F) is known color: Crusoe. HEX triplet: 15, 54 and 1F. RGB value is (21,84,31). Sum of RGB (Red+Green+Blue) = 21+84+31=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #15541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15541F is #EAABE0. Grayscale: #3B3B3B. Windows color (decimal): -15379425 or 2053141. OLE color: 2053141.
HSL color Cylindrical-coordinate representation of color #15541F: hue angle of 129.52º 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 #15541F is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 31 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.67 |
| HSL | 129.52º | 0.6% | 0.21% | - |
| HSV(B) | 129.52º | 0.75% | 0.33% | - |
| XYZ | 3.73 | 6.6 | 2.37 | - |
| YUV | 59.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 31 | 0.75 | 0 | 0.63 | 0.67 | 129.52 | 0.6 | 0.21 |
| Hex | 15 | 54 | 1F | 4B | 0 | 3F | 43 | 82 | 3C | 15 |
| Octal | 25 | 124 | 37 | 113 | 0 | 77 | 103 | 202 | 74 | 25 |
| Binary | 10101 | 1010100 | 11111 | 1001011 | 0 | 111111 | 1000011 | 10000010 | 111100 | 10101 |
Color Harmonies of #15541F
Complementary color
Monochromatic Colors of #15541F
Black with #15541F
Text Example
Text Example
White with #15541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15541F; }
p { color: rgb(21,84,31); }
H1.HeaderClassName
{
color: #15541F;
}
.AnyTagClassName
{
color: #15541F;
}
</style>
background-color css
<style>
a { background-color: #15541F; }
a { background-color: rgb(21,84,31); }
div.DivClassName
{
background-color: #15541F;
}
.BgClassName
{
background-color: #15541F;
}
</style>
border-color css
<style>
span { border-color: #15541F; }
span { border-color: rgb(21,84,31); }
td.TdClassName
{
border-color: #15541F;
}
.TagClassName
{
border-color: #15541F;
}
</style>