Shades of Crusoe #12562C
Tints of Crusoe #12562C
RGB
CMYK
RGB Variations
Color information
#12562C (or 0x12562C) is known color: Crusoe. HEX triplet: 12, 56 and 2C. RGB value is (18,86,44). Sum of RGB (Red+Green+Blue) = 18+86+44=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #12562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12562C is #EDA9D3. Grayscale: #3C3C3C. Windows color (decimal): -15575508 or 2905618. OLE color: 2905618.
HSL color Cylindrical-coordinate representation of color #12562C: hue angle of 142.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12562C is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 44 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.66 |
| HSL | 142.94º | 0.65% | 0.2% | - |
| HSV(B) | 142.94º | 0.79% | 0.34% | - |
| XYZ | 4.03 | 6.97 | 3.51 | - |
| YUV | 60.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 44 | 0.79 | 0 | 0.49 | 0.66 | 142.94 | 0.65 | 0.2 |
| Hex | 12 | 56 | 2C | 4F | 0 | 31 | 42 | 8F | 41 | 14 |
| Octal | 22 | 126 | 54 | 117 | 0 | 61 | 102 | 217 | 101 | 24 |
| Binary | 10010 | 1010110 | 101100 | 1001111 | 0 | 110001 | 1000010 | 10001111 | 1000001 | 10100 |
Color Harmonies of #12562C
Complementary color
Monochromatic Colors of #12562C
Black with #12562C
Text Example
Text Example
White with #12562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12562C; }
p { color: rgb(18,86,44); }
H1.HeaderClassName
{
color: #12562C;
}
.AnyTagClassName
{
color: #12562C;
}
</style>
background-color css
<style>
a { background-color: #12562C; }
a { background-color: rgb(18,86,44); }
div.DivClassName
{
background-color: #12562C;
}
.BgClassName
{
background-color: #12562C;
}
</style>
border-color css
<style>
span { border-color: #12562C; }
span { border-color: rgb(18,86,44); }
td.TdClassName
{
border-color: #12562C;
}
.TagClassName
{
border-color: #12562C;
}
</style>