Shades of Crusoe #12522C
Tints of Crusoe #12522C
RGB
CMYK
RGB Variations
Color information
#12522C (or 0x12522C) is known color: Crusoe. HEX triplet: 12, 52 and 2C. RGB value is (18,82,44). Sum of RGB (Red+Green+Blue) = 18+82+44=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #12522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12522C is #EDADD3. Grayscale: #3A3A3A. Windows color (decimal): -15576532 or 2904594. OLE color: 2904594.
HSL color Cylindrical-coordinate representation of color #12522C: hue angle of 144.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12522C is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 82 | 44 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.68 |
| HSL | 144.38º | 0.64% | 0.2% | - |
| HSV(B) | 144.38º | 0.78% | 0.32% | - |
| XYZ | 3.72 | 6.35 | 3.41 | - |
| YUV | 58.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 44 | 0.78 | 0 | 0.46 | 0.68 | 144.38 | 0.64 | 0.2 |
| Hex | 12 | 52 | 2C | 4E | 0 | 2E | 44 | 90 | 40 | 14 |
| Octal | 22 | 122 | 54 | 116 | 0 | 56 | 104 | 220 | 100 | 24 |
| Binary | 10010 | 1010010 | 101100 | 1001110 | 0 | 101110 | 1000100 | 10010000 | 1000000 | 10100 |
Color Harmonies of #12522C
Complementary color
Monochromatic Colors of #12522C
Black with #12522C
Text Example
Text Example
White with #12522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12522C; }
p { color: rgb(18,82,44); }
H1.HeaderClassName
{
color: #12522C;
}
.AnyTagClassName
{
color: #12522C;
}
</style>
background-color css
<style>
a { background-color: #12522C; }
a { background-color: rgb(18,82,44); }
div.DivClassName
{
background-color: #12522C;
}
.BgClassName
{
background-color: #12522C;
}
</style>
border-color css
<style>
span { border-color: #12522C; }
span { border-color: rgb(18,82,44); }
td.TdClassName
{
border-color: #12522C;
}
.TagClassName
{
border-color: #12522C;
}
</style>