Shades of Crusoe #0C582D
Tints of Crusoe #0C582D
RGB
CMYK
RGB Variations
Color information
#0C582D (or 0x0C582D) is known color: Crusoe. HEX triplet: 0C, 58 and 2D. RGB value is (12,88,45). Sum of RGB (Red+Green+Blue) = 12+88+45=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #0C582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C582D is #F3A7D2. Grayscale: #3C3C3C. Windows color (decimal): -15968211 or 2971660. OLE color: 2971660.
HSL color Cylindrical-coordinate representation of color #0C582D: hue angle of 146.05º 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 #0C582D is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 45 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.65 |
| HSL | 146.05º | 0.76% | 0.2% | - |
| HSV(B) | 146.05º | 0.86% | 0.35% | - |
| XYZ | 4.11 | 7.25 | 3.66 | - |
| YUV | 60.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 45 | 0.86 | 0 | 0.49 | 0.65 | 146.05 | 0.76 | 0.2 |
| Hex | C | 58 | 2D | 56 | 0 | 31 | 41 | 92 | 4C | 14 |
| Octal | 14 | 130 | 55 | 126 | 0 | 61 | 101 | 222 | 114 | 24 |
| Binary | 1100 | 1011000 | 101101 | 1010110 | 0 | 110001 | 1000001 | 10010010 | 1001100 | 10100 |
Color Harmonies of #0C582D
Complementary color
Monochromatic Colors of #0C582D
Black with #0C582D
Text Example
Text Example
White with #0C582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C582D; }
p { color: rgb(12,88,45); }
H1.HeaderClassName
{
color: #0C582D;
}
.AnyTagClassName
{
color: #0C582D;
}
</style>
background-color css
<style>
a { background-color: #0C582D; }
a { background-color: rgb(12,88,45); }
div.DivClassName
{
background-color: #0C582D;
}
.BgClassName
{
background-color: #0C582D;
}
</style>
border-color css
<style>
span { border-color: #0C582D; }
span { border-color: rgb(12,88,45); }
td.TdClassName
{
border-color: #0C582D;
}
.TagClassName
{
border-color: #0C582D;
}
</style>