Shades of Crusoe #12642D
Tints of Crusoe #12642D
RGB
CMYK
RGB Variations
Color information
#12642D (or 0x12642D) is known color: Crusoe. HEX triplet: 12, 64 and 2D. RGB value is (18,100,45). Sum of RGB (Red+Green+Blue) = 18+100+45=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #12642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12642D is #ED9BD2. Grayscale: #454545. Windows color (decimal): -15571923 or 2974738. OLE color: 2974738.
HSL color Cylindrical-coordinate representation of color #12642D: hue angle of 139.76º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12642D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 45 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.61 |
| HSL | 139.76º | 0.69% | 0.23% | - |
| HSV(B) | 139.76º | 0.82% | 0.39% | - |
| XYZ | 5.28 | 9.43 | 4.02 | - |
| YUV | 69.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 45 | 0.82 | 0 | 0.55 | 0.61 | 139.76 | 0.69 | 0.23 |
| Hex | 12 | 64 | 2D | 52 | 0 | 37 | 3D | 8C | 45 | 17 |
| Octal | 22 | 144 | 55 | 122 | 0 | 67 | 75 | 214 | 105 | 27 |
| Binary | 10010 | 1100100 | 101101 | 1010010 | 0 | 110111 | 111101 | 10001100 | 1000101 | 10111 |
Color Harmonies of #12642D
Complementary color
Monochromatic Colors of #12642D
Black with #12642D
Text Example
Text Example
White with #12642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12642D; }
p { color: rgb(18,100,45); }
H1.HeaderClassName
{
color: #12642D;
}
.AnyTagClassName
{
color: #12642D;
}
</style>
background-color css
<style>
a { background-color: #12642D; }
a { background-color: rgb(18,100,45); }
div.DivClassName
{
background-color: #12642D;
}
.BgClassName
{
background-color: #12642D;
}
</style>
border-color css
<style>
span { border-color: #12642D; }
span { border-color: rgb(18,100,45); }
td.TdClassName
{
border-color: #12642D;
}
.TagClassName
{
border-color: #12642D;
}
</style>