Shades of Crusoe #12622C
Tints of Crusoe #12622C
RGB
CMYK
RGB Variations
Color information
#12622C (or 0x12622C) is known color: Crusoe. HEX triplet: 12, 62 and 2C. RGB value is (18,98,44). Sum of RGB (Red+Green+Blue) = 18+98+44=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #12622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622C is #ED9DD3. Grayscale: #444444. Windows color (decimal): -15572436 or 2908690. OLE color: 2908690.
HSL color Cylindrical-coordinate representation of color #12622C: hue angle of 139.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12622C is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 44 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.62 |
| HSL | 139.5º | 0.69% | 0.23% | - |
| HSV(B) | 139.5º | 0.82% | 0.38% | - |
| XYZ | 5.07 | 9.05 | 3.86 | - |
| YUV | 67.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 44 | 0.82 | 0 | 0.55 | 0.62 | 139.5 | 0.69 | 0.23 |
| Hex | 12 | 62 | 2C | 52 | 0 | 37 | 3E | 8C | 45 | 17 |
| Octal | 22 | 142 | 54 | 122 | 0 | 67 | 76 | 214 | 105 | 27 |
| Binary | 10010 | 1100010 | 101100 | 1010010 | 0 | 110111 | 111110 | 10001100 | 1000101 | 10111 |
Color Harmonies of #12622C
Complementary color
Monochromatic Colors of #12622C
Black with #12622C
Text Example
Text Example
White with #12622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12622C; }
p { color: rgb(18,98,44); }
H1.HeaderClassName
{
color: #12622C;
}
.AnyTagClassName
{
color: #12622C;
}
</style>
background-color css
<style>
a { background-color: #12622C; }
a { background-color: rgb(18,98,44); }
div.DivClassName
{
background-color: #12622C;
}
.BgClassName
{
background-color: #12622C;
}
</style>
border-color css
<style>
span { border-color: #12622C; }
span { border-color: rgb(18,98,44); }
td.TdClassName
{
border-color: #12622C;
}
.TagClassName
{
border-color: #12622C;
}
</style>