Shades of Crusoe #0C581D
Tints of Crusoe #0C581D
RGB
CMYK
RGB Variations
Color information
#0C581D (or 0x0C581D) is known color: Crusoe. HEX triplet: 0C, 58 and 1D. RGB value is (12,88,29). Sum of RGB (Red+Green+Blue) = 12+88+29=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #0C581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C581D is #F3A7E2. Grayscale: #3A3A3A. Windows color (decimal): -15968227 or 1923084. OLE color: 1923084.
HSL color Cylindrical-coordinate representation of color #0C581D: hue angle of 133.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C581D is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 29 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.65 |
| HSL | 133.42º | 0.76% | 0.2% | - |
| HSV(B) | 133.42º | 0.86% | 0.35% | - |
| XYZ | 3.86 | 7.15 | 2.34 | - |
| YUV | 58.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 29 | 0.86 | 0 | 0.67 | 0.65 | 133.42 | 0.76 | 0.2 |
| Hex | C | 58 | 1D | 56 | 0 | 43 | 41 | 85 | 4C | 14 |
| Octal | 14 | 130 | 35 | 126 | 0 | 103 | 101 | 205 | 114 | 24 |
| Binary | 1100 | 1011000 | 11101 | 1010110 | 0 | 1000011 | 1000001 | 10000101 | 1001100 | 10100 |
Color Harmonies of #0C581D
Complementary color
Monochromatic Colors of #0C581D
Black with #0C581D
Text Example
Text Example
White with #0C581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C581D; }
p { color: rgb(12,88,29); }
H1.HeaderClassName
{
color: #0C581D;
}
.AnyTagClassName
{
color: #0C581D;
}
</style>
background-color css
<style>
a { background-color: #0C581D; }
a { background-color: rgb(12,88,29); }
div.DivClassName
{
background-color: #0C581D;
}
.BgClassName
{
background-color: #0C581D;
}
</style>
border-color css
<style>
span { border-color: #0C581D; }
span { border-color: rgb(12,88,29); }
td.TdClassName
{
border-color: #0C581D;
}
.TagClassName
{
border-color: #0C581D;
}
</style>