Shades of Crusoe #104F1E
Tints of Crusoe #104F1E
RGB
CMYK
RGB Variations
Color information
#104F1E (or 0x104F1E) is known color: Crusoe. HEX triplet: 10, 4F and 1E. RGB value is (16,79,30). Sum of RGB (Red+Green+Blue) = 16+79+30=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 79 (31.25% from 255 or 63.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 79 - color contains mainly: green. Hex color #104F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F1E is #EFB0E1. Grayscale: #363636. Windows color (decimal): -15708386 or 1986320. OLE color: 1986320.
HSL color Cylindrical-coordinate representation of color #104F1E: hue angle of 133.33º 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 #104F1E is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 30 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.69 |
| HSL | 133.33º | 0.66% | 0.19% | - |
| HSV(B) | 133.33º | 0.8% | 0.31% | - |
| XYZ | 3.24 | 5.8 | 2.18 | - |
| YUV | 54.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 30 | 0.80 | 0 | 0.62 | 0.69 | 133.33 | 0.66 | 0.19 |
| Hex | 10 | 4F | 1E | 50 | 0 | 3E | 45 | 85 | 42 | 13 |
| Octal | 20 | 117 | 36 | 120 | 0 | 76 | 105 | 205 | 102 | 23 |
| Binary | 10000 | 1001111 | 11110 | 1010000 | 0 | 111110 | 1000101 | 10000101 | 1000010 | 10011 |
Color Harmonies of #104F1E
Complementary color
Monochromatic Colors of #104F1E
Black with #104F1E
Text Example
Text Example
White with #104F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F1E; }
p { color: rgb(16,79,30); }
H1.HeaderClassName
{
color: #104F1E;
}
.AnyTagClassName
{
color: #104F1E;
}
</style>
background-color css
<style>
a { background-color: #104F1E; }
a { background-color: rgb(16,79,30); }
div.DivClassName
{
background-color: #104F1E;
}
.BgClassName
{
background-color: #104F1E;
}
</style>
border-color css
<style>
span { border-color: #104F1E; }
span { border-color: rgb(16,79,30); }
td.TdClassName
{
border-color: #104F1E;
}
.TagClassName
{
border-color: #104F1E;
}
</style>