Shades of Crusoe #104F1D
Tints of Crusoe #104F1D
RGB
CMYK
RGB Variations
Color information
#104F1D (or 0x104F1D) is known color: Crusoe. HEX triplet: 10, 4F and 1D. RGB value is (16,79,29). Sum of RGB (Red+Green+Blue) = 16+79+29=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #104F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F1D is #EFB0E2. Grayscale: #363636. Windows color (decimal): -15708387 or 1920784. OLE color: 1920784.
HSL color Cylindrical-coordinate representation of color #104F1D: hue angle of 132.38º 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 #104F1D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 29 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.69 |
| HSL | 132.38º | 0.66% | 0.19% | - |
| HSV(B) | 132.38º | 0.8% | 0.31% | - |
| XYZ | 3.23 | 5.79 | 2.11 | - |
| YUV | 54.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 29 | 0.80 | 0 | 0.63 | 0.69 | 132.38 | 0.66 | 0.19 |
| Hex | 10 | 4F | 1D | 50 | 0 | 3F | 45 | 84 | 42 | 13 |
| Octal | 20 | 117 | 35 | 120 | 0 | 77 | 105 | 204 | 102 | 23 |
| Binary | 10000 | 1001111 | 11101 | 1010000 | 0 | 111111 | 1000101 | 10000100 | 1000010 | 10011 |
Color Harmonies of #104F1D
Complementary color
Monochromatic Colors of #104F1D
Black with #104F1D
Text Example
Text Example
White with #104F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F1D; }
p { color: rgb(16,79,29); }
H1.HeaderClassName
{
color: #104F1D;
}
.AnyTagClassName
{
color: #104F1D;
}
</style>
background-color css
<style>
a { background-color: #104F1D; }
a { background-color: rgb(16,79,29); }
div.DivClassName
{
background-color: #104F1D;
}
.BgClassName
{
background-color: #104F1D;
}
</style>
border-color css
<style>
span { border-color: #104F1D; }
span { border-color: rgb(16,79,29); }
td.TdClassName
{
border-color: #104F1D;
}
.TagClassName
{
border-color: #104F1D;
}
</style>