Shades of Crusoe #104F21
Tints of Crusoe #104F21
RGB
CMYK
RGB Variations
Color information
#104F21 (or 0x104F21) is known color: Crusoe. HEX triplet: 10, 4F and 21. RGB value is (16,79,33). Sum of RGB (Red+Green+Blue) = 16+79+33=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #104F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F21 is #EFB0DE. Grayscale: #373737. Windows color (decimal): -15708383 or 2182928. OLE color: 2182928.
HSL color Cylindrical-coordinate representation of color #104F21: hue angle of 136.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F21 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 33 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.69 |
| HSL | 136.19º | 0.66% | 0.19% | - |
| HSV(B) | 136.19º | 0.8% | 0.31% | - |
| XYZ | 3.28 | 5.81 | 2.39 | - |
| YUV | 54.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 33 | 0.80 | 0 | 0.58 | 0.69 | 136.19 | 0.66 | 0.19 |
| Hex | 10 | 4F | 21 | 50 | 0 | 3A | 45 | 88 | 42 | 13 |
| Octal | 20 | 117 | 41 | 120 | 0 | 72 | 105 | 210 | 102 | 23 |
| Binary | 10000 | 1001111 | 100001 | 1010000 | 0 | 111010 | 1000101 | 10001000 | 1000010 | 10011 |
Color Harmonies of #104F21
Complementary color
Monochromatic Colors of #104F21
Black with #104F21
Text Example
Text Example
White with #104F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F21; }
p { color: rgb(16,79,33); }
H1.HeaderClassName
{
color: #104F21;
}
.AnyTagClassName
{
color: #104F21;
}
</style>
background-color css
<style>
a { background-color: #104F21; }
a { background-color: rgb(16,79,33); }
div.DivClassName
{
background-color: #104F21;
}
.BgClassName
{
background-color: #104F21;
}
</style>
border-color css
<style>
span { border-color: #104F21; }
span { border-color: rgb(16,79,33); }
td.TdClassName
{
border-color: #104F21;
}
.TagClassName
{
border-color: #104F21;
}
</style>