Shades of Crusoe #12631C
Tints of Crusoe #12631C
RGB
CMYK
RGB Variations
Color information
#12631C (or 0x12631C) is known color: Crusoe. HEX triplet: 12, 63 and 1C. RGB value is (18,99,28). Sum of RGB (Red+Green+Blue) = 18+99+28=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #12631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12631C is #ED9CE3. Grayscale: #424242. Windows color (decimal): -15572196 or 1860370. OLE color: 1860370.
HSL color Cylindrical-coordinate representation of color #12631C: hue angle of 127.41º 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 #12631C is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 28 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.61 |
| HSL | 127.41º | 0.69% | 0.23% | - |
| HSV(B) | 127.41º | 0.82% | 0.39% | - |
| XYZ | 4.92 | 9.14 | 2.6 | - |
| YUV | 66.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 28 | 0.82 | 0 | 0.72 | 0.61 | 127.41 | 0.69 | 0.23 |
| Hex | 12 | 63 | 1C | 52 | 0 | 48 | 3D | 7F | 45 | 17 |
| Octal | 22 | 143 | 34 | 122 | 0 | 110 | 75 | 177 | 105 | 27 |
| Binary | 10010 | 1100011 | 11100 | 1010010 | 0 | 1001000 | 111101 | 1111111 | 1000101 | 10111 |
Color Harmonies of #12631C
Complementary color
Monochromatic Colors of #12631C
Black with #12631C
Text Example
Text Example
White with #12631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12631C; }
p { color: rgb(18,99,28); }
H1.HeaderClassName
{
color: #12631C;
}
.AnyTagClassName
{
color: #12631C;
}
</style>
background-color css
<style>
a { background-color: #12631C; }
a { background-color: rgb(18,99,28); }
div.DivClassName
{
background-color: #12631C;
}
.BgClassName
{
background-color: #12631C;
}
</style>
border-color css
<style>
span { border-color: #12631C; }
span { border-color: rgb(18,99,28); }
td.TdClassName
{
border-color: #12631C;
}
.TagClassName
{
border-color: #12631C;
}
</style>