Shades of Crusoe #12501E
Tints of Crusoe #12501E
RGB
CMYK
RGB Variations
Color information
#12501E (or 0x12501E) is known color: Crusoe. HEX triplet: 12, 50 and 1E. RGB value is (18,80,30). Sum of RGB (Red+Green+Blue) = 18+80+30=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #12501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12501E is #EDAFE1. Grayscale: #373737. Windows color (decimal): -15577058 or 1986578. OLE color: 1986578.
HSL color Cylindrical-coordinate representation of color #12501E: hue angle of 131.61º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12501E is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 30 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.69 |
| HSL | 131.61º | 0.63% | 0.19% | - |
| HSV(B) | 131.61º | 0.78% | 0.31% | - |
| XYZ | 3.35 | 5.96 | 2.2 | - |
| YUV | 55.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 30 | 0.78 | 0 | 0.62 | 0.69 | 131.61 | 0.63 | 0.19 |
| Hex | 12 | 50 | 1E | 4E | 0 | 3E | 45 | 84 | 3F | 13 |
| Octal | 22 | 120 | 36 | 116 | 0 | 76 | 105 | 204 | 77 | 23 |
| Binary | 10010 | 1010000 | 11110 | 1001110 | 0 | 111110 | 1000101 | 10000100 | 111111 | 10011 |
Color Harmonies of #12501E
Complementary color
Monochromatic Colors of #12501E
Black with #12501E
Text Example
Text Example
White with #12501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12501E; }
p { color: rgb(18,80,30); }
H1.HeaderClassName
{
color: #12501E;
}
.AnyTagClassName
{
color: #12501E;
}
</style>
background-color css
<style>
a { background-color: #12501E; }
a { background-color: rgb(18,80,30); }
div.DivClassName
{
background-color: #12501E;
}
.BgClassName
{
background-color: #12501E;
}
</style>
border-color css
<style>
span { border-color: #12501E; }
span { border-color: rgb(18,80,30); }
td.TdClassName
{
border-color: #12501E;
}
.TagClassName
{
border-color: #12501E;
}
</style>