Shades of Crusoe #12562A
Tints of Crusoe #12562A
RGB
CMYK
RGB Variations
Color information
#12562A (or 0x12562A) is known color: Crusoe. HEX triplet: 12, 56 and 2A. RGB value is (18,86,42). Sum of RGB (Red+Green+Blue) = 18+86+42=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #12562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12562A is #EDA9D5. Grayscale: #3C3C3C. Windows color (decimal): -15575510 or 2774546. OLE color: 2774546.
HSL color Cylindrical-coordinate representation of color #12562A: hue angle of 141.18º 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 #12562A is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 42 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.66 |
| HSL | 141.18º | 0.65% | 0.2% | - |
| HSV(B) | 141.18º | 0.79% | 0.34% | - |
| XYZ | 4 | 6.95 | 3.32 | - |
| YUV | 60.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 42 | 0.79 | 0 | 0.51 | 0.66 | 141.18 | 0.65 | 0.2 |
| Hex | 12 | 56 | 2A | 4F | 0 | 33 | 42 | 8D | 41 | 14 |
| Octal | 22 | 126 | 52 | 117 | 0 | 63 | 102 | 215 | 101 | 24 |
| Binary | 10010 | 1010110 | 101010 | 1001111 | 0 | 110011 | 1000010 | 10001101 | 1000001 | 10100 |
Color Harmonies of #12562A
Complementary color
Monochromatic Colors of #12562A
Black with #12562A
Text Example
Text Example
White with #12562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12562A; }
p { color: rgb(18,86,42); }
H1.HeaderClassName
{
color: #12562A;
}
.AnyTagClassName
{
color: #12562A;
}
</style>
background-color css
<style>
a { background-color: #12562A; }
a { background-color: rgb(18,86,42); }
div.DivClassName
{
background-color: #12562A;
}
.BgClassName
{
background-color: #12562A;
}
</style>
border-color css
<style>
span { border-color: #12562A; }
span { border-color: rgb(18,86,42); }
td.TdClassName
{
border-color: #12562A;
}
.TagClassName
{
border-color: #12562A;
}
</style>