Shades of Crusoe #12632F
Tints of Crusoe #12632F
RGB
CMYK
RGB Variations
Color information
#12632F (or 0x12632F) is known color: Crusoe. HEX triplet: 12, 63 and 2F. RGB value is (18,99,47). Sum of RGB (Red+Green+Blue) = 18+99+47=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #12632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12632F is #ED9CD0. Grayscale: #444444. Windows color (decimal): -15572177 or 3105554. OLE color: 3105554.
HSL color Cylindrical-coordinate representation of color #12632F: hue angle of 141.48º 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 #12632F is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 47 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.61 |
| HSL | 141.48º | 0.69% | 0.23% | - |
| HSV(B) | 141.48º | 0.82% | 0.39% | - |
| XYZ | 5.22 | 9.26 | 4.2 | - |
| YUV | 68.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 47 | 0.82 | 0 | 0.53 | 0.61 | 141.48 | 0.69 | 0.23 |
| Hex | 12 | 63 | 2F | 52 | 0 | 35 | 3D | 8D | 45 | 17 |
| Octal | 22 | 143 | 57 | 122 | 0 | 65 | 75 | 215 | 105 | 27 |
| Binary | 10010 | 1100011 | 101111 | 1010010 | 0 | 110101 | 111101 | 10001101 | 1000101 | 10111 |
Color Harmonies of #12632F
Complementary color
Monochromatic Colors of #12632F
Black with #12632F
Text Example
Text Example
White with #12632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12632F; }
p { color: rgb(18,99,47); }
H1.HeaderClassName
{
color: #12632F;
}
.AnyTagClassName
{
color: #12632F;
}
</style>
background-color css
<style>
a { background-color: #12632F; }
a { background-color: rgb(18,99,47); }
div.DivClassName
{
background-color: #12632F;
}
.BgClassName
{
background-color: #12632F;
}
</style>
border-color css
<style>
span { border-color: #12632F; }
span { border-color: rgb(18,99,47); }
td.TdClassName
{
border-color: #12632F;
}
.TagClassName
{
border-color: #12632F;
}
</style>