Shades of Crusoe #104F23
Tints of Crusoe #104F23
RGB
CMYK
RGB Variations
Color information
#104F23 (or 0x104F23) is known color: Crusoe. HEX triplet: 10, 4F and 23. RGB value is (16,79,35). Sum of RGB (Red+Green+Blue) = 16+79+35=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 79 (31.25% from 255 or 60.77% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 79 - color contains mainly: green. Hex color #104F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F23 is #EFB0DC. Grayscale: #373737. Windows color (decimal): -15708381 or 2314000. OLE color: 2314000.
HSL color Cylindrical-coordinate representation of color #104F23: hue angle of 138.1º 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 #104F23 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 35 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.69 |
| HSL | 138.1º | 0.66% | 0.19% | - |
| HSV(B) | 138.1º | 0.8% | 0.31% | - |
| XYZ | 3.31 | 5.82 | 2.54 | - |
| YUV | 55.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 35 | 0.80 | 0 | 0.56 | 0.69 | 138.1 | 0.66 | 0.19 |
| Hex | 10 | 4F | 23 | 50 | 0 | 38 | 45 | 8A | 42 | 13 |
| Octal | 20 | 117 | 43 | 120 | 0 | 70 | 105 | 212 | 102 | 23 |
| Binary | 10000 | 1001111 | 100011 | 1010000 | 0 | 111000 | 1000101 | 10001010 | 1000010 | 10011 |
Color Harmonies of #104F23
Complementary color
Monochromatic Colors of #104F23
Black with #104F23
Text Example
Text Example
White with #104F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F23; }
p { color: rgb(16,79,35); }
H1.HeaderClassName
{
color: #104F23;
}
.AnyTagClassName
{
color: #104F23;
}
</style>
background-color css
<style>
a { background-color: #104F23; }
a { background-color: rgb(16,79,35); }
div.DivClassName
{
background-color: #104F23;
}
.BgClassName
{
background-color: #104F23;
}
</style>
border-color css
<style>
span { border-color: #104F23; }
span { border-color: rgb(16,79,35); }
td.TdClassName
{
border-color: #104F23;
}
.TagClassName
{
border-color: #104F23;
}
</style>