Shades of Crusoe #12501D
Tints of Crusoe #12501D
RGB
CMYK
RGB Variations
Color information
#12501D (or 0x12501D) is known color: Crusoe. HEX triplet: 12, 50 and 1D. RGB value is (18,80,29). Sum of RGB (Red+Green+Blue) = 18+80+29=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #12501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12501D is #EDAFE2. Grayscale: #373737. Windows color (decimal): -15577059 or 1921042. OLE color: 1921042.
HSL color Cylindrical-coordinate representation of color #12501D: hue angle of 130.65º 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 #12501D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 29 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.69 |
| HSL | 130.65º | 0.63% | 0.19% | - |
| HSV(B) | 130.65º | 0.78% | 0.31% | - |
| XYZ | 3.34 | 5.95 | 2.14 | - |
| YUV | 55.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 29 | 0.78 | 0 | 0.64 | 0.69 | 130.65 | 0.63 | 0.19 |
| Hex | 12 | 50 | 1D | 4E | 0 | 40 | 45 | 83 | 3F | 13 |
| Octal | 22 | 120 | 35 | 116 | 0 | 100 | 105 | 203 | 77 | 23 |
| Binary | 10010 | 1010000 | 11101 | 1001110 | 0 | 1000000 | 1000101 | 10000011 | 111111 | 10011 |
Color Harmonies of #12501D
Complementary color
Monochromatic Colors of #12501D
Black with #12501D
Text Example
Text Example
White with #12501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12501D; }
p { color: rgb(18,80,29); }
H1.HeaderClassName
{
color: #12501D;
}
.AnyTagClassName
{
color: #12501D;
}
</style>
background-color css
<style>
a { background-color: #12501D; }
a { background-color: rgb(18,80,29); }
div.DivClassName
{
background-color: #12501D;
}
.BgClassName
{
background-color: #12501D;
}
</style>
border-color css
<style>
span { border-color: #12501D; }
span { border-color: rgb(18,80,29); }
td.TdClassName
{
border-color: #12501D;
}
.TagClassName
{
border-color: #12501D;
}
</style>