Shades of Crusoe #104E20
Tints of Crusoe #104E20
RGB
CMYK
RGB Variations
Color information
#104E20 (or 0x104E20) is known color: Crusoe. HEX triplet: 10, 4E and 20. RGB value is (16,78,32). Sum of RGB (Red+Green+Blue) = 16+78+32=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #104E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E20 is #EFB1DF. Grayscale: #363636. Windows color (decimal): -15708640 or 2117136. OLE color: 2117136.
HSL color Cylindrical-coordinate representation of color #104E20: hue angle of 135.48º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E20 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 32 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.69 |
| HSL | 135.48º | 0.66% | 0.18% | - |
| HSV(B) | 135.48º | 0.79% | 0.31% | - |
| XYZ | 3.2 | 5.66 | 2.29 | - |
| YUV | 54.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 32 | 0.79 | 0 | 0.59 | 0.69 | 135.48 | 0.66 | 0.18 |
| Hex | 10 | 4E | 20 | 4F | 0 | 3B | 45 | 87 | 42 | 12 |
| Octal | 20 | 116 | 40 | 117 | 0 | 73 | 105 | 207 | 102 | 22 |
| Binary | 10000 | 1001110 | 100000 | 1001111 | 0 | 111011 | 1000101 | 10000111 | 1000010 | 10010 |
Color Harmonies of #104E20
Complementary color
Monochromatic Colors of #104E20
Black with #104E20
Text Example
Text Example
White with #104E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E20; }
p { color: rgb(16,78,32); }
H1.HeaderClassName
{
color: #104E20;
}
.AnyTagClassName
{
color: #104E20;
}
</style>
background-color css
<style>
a { background-color: #104E20; }
a { background-color: rgb(16,78,32); }
div.DivClassName
{
background-color: #104E20;
}
.BgClassName
{
background-color: #104E20;
}
</style>
border-color css
<style>
span { border-color: #104E20; }
span { border-color: rgb(16,78,32); }
td.TdClassName
{
border-color: #104E20;
}
.TagClassName
{
border-color: #104E20;
}
</style>