Shades of Crusoe #12622B
Tints of Crusoe #12622B
RGB
CMYK
RGB Variations
Color information
#12622B (or 0x12622B) is known color: Crusoe. HEX triplet: 12, 62 and 2B. RGB value is (18,98,43). Sum of RGB (Red+Green+Blue) = 18+98+43=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #12622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622B is #ED9DD4. Grayscale: #434343. Windows color (decimal): -15572437 or 2843154. OLE color: 2843154.
HSL color Cylindrical-coordinate representation of color #12622B: hue angle of 138.75º 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 #12622B is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 43 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.62 |
| HSL | 138.75º | 0.69% | 0.23% | - |
| HSV(B) | 138.75º | 0.82% | 0.38% | - |
| XYZ | 5.05 | 9.04 | 3.76 | - |
| YUV | 67.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 43 | 0.82 | 0 | 0.56 | 0.62 | 138.75 | 0.69 | 0.23 |
| Hex | 12 | 62 | 2B | 52 | 0 | 38 | 3E | 8B | 45 | 17 |
| Octal | 22 | 142 | 53 | 122 | 0 | 70 | 76 | 213 | 105 | 27 |
| Binary | 10010 | 1100010 | 101011 | 1010010 | 0 | 111000 | 111110 | 10001011 | 1000101 | 10111 |
Color Harmonies of #12622B
Complementary color
Monochromatic Colors of #12622B
Black with #12622B
Text Example
Text Example
White with #12622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12622B; }
p { color: rgb(18,98,43); }
H1.HeaderClassName
{
color: #12622B;
}
.AnyTagClassName
{
color: #12622B;
}
</style>
background-color css
<style>
a { background-color: #12622B; }
a { background-color: rgb(18,98,43); }
div.DivClassName
{
background-color: #12622B;
}
.BgClassName
{
background-color: #12622B;
}
</style>
border-color css
<style>
span { border-color: #12622B; }
span { border-color: rgb(18,98,43); }
td.TdClassName
{
border-color: #12622B;
}
.TagClassName
{
border-color: #12622B;
}
</style>