Shades of Crusoe #12562D
Tints of Crusoe #12562D
RGB
CMYK
RGB Variations
Color information
#12562D (or 0x12562D) is known color: Crusoe. HEX triplet: 12, 56 and 2D. RGB value is (18,86,45). Sum of RGB (Red+Green+Blue) = 18+86+45=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #12562D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12562D is #EDA9D2. Grayscale: #3D3D3D. Windows color (decimal): -15575507 or 2971154. OLE color: 2971154.
HSL color Cylindrical-coordinate representation of color #12562D: hue angle of 143.82º 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 #12562D is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 45 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.66 |
| HSL | 143.82º | 0.65% | 0.2% | - |
| HSV(B) | 143.82º | 0.79% | 0.34% | - |
| XYZ | 4.05 | 6.97 | 3.62 | - |
| YUV | 60.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 45 | 0.79 | 0 | 0.48 | 0.66 | 143.82 | 0.65 | 0.2 |
| Hex | 12 | 56 | 2D | 4F | 0 | 30 | 42 | 90 | 41 | 14 |
| Octal | 22 | 126 | 55 | 117 | 0 | 60 | 102 | 220 | 101 | 24 |
| Binary | 10010 | 1010110 | 101101 | 1001111 | 0 | 110000 | 1000010 | 10010000 | 1000001 | 10100 |
Color Harmonies of #12562D
Complementary color
Monochromatic Colors of #12562D
Black with #12562D
Text Example
Text Example
White with #12562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12562D; }
p { color: rgb(18,86,45); }
H1.HeaderClassName
{
color: #12562D;
}
.AnyTagClassName
{
color: #12562D;
}
</style>
background-color css
<style>
a { background-color: #12562D; }
a { background-color: rgb(18,86,45); }
div.DivClassName
{
background-color: #12562D;
}
.BgClassName
{
background-color: #12562D;
}
</style>
border-color css
<style>
span { border-color: #12562D; }
span { border-color: rgb(18,86,45); }
td.TdClassName
{
border-color: #12562D;
}
.TagClassName
{
border-color: #12562D;
}
</style>