Shades of Crusoe #12581E
Tints of Crusoe #12581E
RGB
CMYK
RGB Variations
Color information
#12581E (or 0x12581E) is known color: Crusoe. HEX triplet: 12, 58 and 1E. RGB value is (18,88,30). Sum of RGB (Red+Green+Blue) = 18+88+30=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #12581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12581E is #EDA7E1. Grayscale: #3C3C3C. Windows color (decimal): -15575010 or 1988626. OLE color: 1988626.
HSL color Cylindrical-coordinate representation of color #12581E: hue angle of 130.29º 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 #12581E is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 88 | 30 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.65 |
| HSL | 130.29º | 0.66% | 0.21% | - |
| HSV(B) | 130.29º | 0.8% | 0.35% | - |
| XYZ | 3.97 | 7.2 | 2.41 | - |
| YUV | 60.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 30 | 0.80 | 0 | 0.66 | 0.65 | 130.29 | 0.66 | 0.21 |
| Hex | 12 | 58 | 1E | 50 | 0 | 42 | 41 | 82 | 42 | 15 |
| Octal | 22 | 130 | 36 | 120 | 0 | 102 | 101 | 202 | 102 | 25 |
| Binary | 10010 | 1011000 | 11110 | 1010000 | 0 | 1000010 | 1000001 | 10000010 | 1000010 | 10101 |
Color Harmonies of #12581E
Complementary color
Monochromatic Colors of #12581E
Black with #12581E
Text Example
Text Example
White with #12581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12581E; }
p { color: rgb(18,88,30); }
H1.HeaderClassName
{
color: #12581E;
}
.AnyTagClassName
{
color: #12581E;
}
</style>
background-color css
<style>
a { background-color: #12581E; }
a { background-color: rgb(18,88,30); }
div.DivClassName
{
background-color: #12581E;
}
.BgClassName
{
background-color: #12581E;
}
</style>
border-color css
<style>
span { border-color: #12581E; }
span { border-color: rgb(18,88,30); }
td.TdClassName
{
border-color: #12581E;
}
.TagClassName
{
border-color: #12581E;
}
</style>