Shades of Crusoe #12591C
Tints of Crusoe #12591C
RGB
CMYK
RGB Variations
Color information
#12591C (or 0x12591C) is known color: Crusoe. HEX triplet: 12, 59 and 1C. RGB value is (18,89,28). Sum of RGB (Red+Green+Blue) = 18+89+28=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #12591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12591C is #EDA6E3. Grayscale: #3C3C3C. Windows color (decimal): -15574756 or 1857810. OLE color: 1857810.
HSL color Cylindrical-coordinate representation of color #12591C: hue angle of 128.45º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12591C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 89 | 28 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.65 |
| HSL | 128.45º | 0.66% | 0.21% | - |
| HSV(B) | 128.45º | 0.8% | 0.35% | - |
| XYZ | 4.03 | 7.36 | 2.31 | - |
| YUV | 60.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 28 | 0.80 | 0 | 0.69 | 0.65 | 128.45 | 0.66 | 0.21 |
| Hex | 12 | 59 | 1C | 50 | 0 | 45 | 41 | 80 | 42 | 15 |
| Octal | 22 | 131 | 34 | 120 | 0 | 105 | 101 | 200 | 102 | 25 |
| Binary | 10010 | 1011001 | 11100 | 1010000 | 0 | 1000101 | 1000001 | 10000000 | 1000010 | 10101 |
Color Harmonies of #12591C
Complementary color
Monochromatic Colors of #12591C
Black with #12591C
Text Example
Text Example
White with #12591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12591C; }
p { color: rgb(18,89,28); }
H1.HeaderClassName
{
color: #12591C;
}
.AnyTagClassName
{
color: #12591C;
}
</style>
background-color css
<style>
a { background-color: #12591C; }
a { background-color: rgb(18,89,28); }
div.DivClassName
{
background-color: #12591C;
}
.BgClassName
{
background-color: #12591C;
}
</style>
border-color css
<style>
span { border-color: #12591C; }
span { border-color: rgb(18,89,28); }
td.TdClassName
{
border-color: #12591C;
}
.TagClassName
{
border-color: #12591C;
}
</style>