Shades of Crusoe #12632C
Tints of Crusoe #12632C
RGB
CMYK
RGB Variations
Color information
#12632C (or 0x12632C) is known color: Crusoe. HEX triplet: 12, 63 and 2C. RGB value is (18,99,44). Sum of RGB (Red+Green+Blue) = 18+99+44=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #12632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12632C is #ED9CD3. Grayscale: #444444. Windows color (decimal): -15572180 or 2908946. OLE color: 2908946.
HSL color Cylindrical-coordinate representation of color #12632C: hue angle of 139.26º 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 #12632C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 44 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.61 |
| HSL | 139.26º | 0.69% | 0.23% | - |
| HSV(B) | 139.26º | 0.82% | 0.39% | - |
| XYZ | 5.17 | 9.23 | 3.89 | - |
| YUV | 68.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 44 | 0.82 | 0 | 0.56 | 0.61 | 139.26 | 0.69 | 0.23 |
| Hex | 12 | 63 | 2C | 52 | 0 | 38 | 3D | 8B | 45 | 17 |
| Octal | 22 | 143 | 54 | 122 | 0 | 70 | 75 | 213 | 105 | 27 |
| Binary | 10010 | 1100011 | 101100 | 1010010 | 0 | 111000 | 111101 | 10001011 | 1000101 | 10111 |
Color Harmonies of #12632C
Complementary color
Monochromatic Colors of #12632C
Black with #12632C
Text Example
Text Example
White with #12632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12632C; }
p { color: rgb(18,99,44); }
H1.HeaderClassName
{
color: #12632C;
}
.AnyTagClassName
{
color: #12632C;
}
</style>
background-color css
<style>
a { background-color: #12632C; }
a { background-color: rgb(18,99,44); }
div.DivClassName
{
background-color: #12632C;
}
.BgClassName
{
background-color: #12632C;
}
</style>
border-color css
<style>
span { border-color: #12632C; }
span { border-color: rgb(18,99,44); }
td.TdClassName
{
border-color: #12632C;
}
.TagClassName
{
border-color: #12632C;
}
</style>