Shades of Crusoe #12542C
Tints of Crusoe #12542C
RGB
CMYK
RGB Variations
Color information
#12542C (or 0x12542C) is known color: Crusoe. HEX triplet: 12, 54 and 2C. RGB value is (18,84,44). Sum of RGB (Red+Green+Blue) = 18+84+44=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #12542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12542C is #EDABD3. Grayscale: #3B3B3B. Windows color (decimal): -15576020 or 2905106. OLE color: 2905106.
HSL color Cylindrical-coordinate representation of color #12542C: hue angle of 143.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12542C is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 84 | 44 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.67 |
| HSL | 143.64º | 0.65% | 0.2% | - |
| HSV(B) | 143.64º | 0.79% | 0.33% | - |
| XYZ | 3.87 | 6.65 | 3.46 | - |
| YUV | 59.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 44 | 0.79 | 0 | 0.48 | 0.67 | 143.64 | 0.65 | 0.2 |
| Hex | 12 | 54 | 2C | 4F | 0 | 30 | 43 | 90 | 41 | 14 |
| Octal | 22 | 124 | 54 | 117 | 0 | 60 | 103 | 220 | 101 | 24 |
| Binary | 10010 | 1010100 | 101100 | 1001111 | 0 | 110000 | 1000011 | 10010000 | 1000001 | 10100 |
Color Harmonies of #12542C
Complementary color
Monochromatic Colors of #12542C
Black with #12542C
Text Example
Text Example
White with #12542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12542C; }
p { color: rgb(18,84,44); }
H1.HeaderClassName
{
color: #12542C;
}
.AnyTagClassName
{
color: #12542C;
}
</style>
background-color css
<style>
a { background-color: #12542C; }
a { background-color: rgb(18,84,44); }
div.DivClassName
{
background-color: #12542C;
}
.BgClassName
{
background-color: #12542C;
}
</style>
border-color css
<style>
span { border-color: #12542C; }
span { border-color: rgb(18,84,44); }
td.TdClassName
{
border-color: #12542C;
}
.TagClassName
{
border-color: #12542C;
}
</style>