Shades of Crusoe #0C501D
Tints of Crusoe #0C501D
RGB
CMYK
RGB Variations
Color information
#0C501D (or 0x0C501D) is known color: Crusoe. HEX triplet: 0C, 50 and 1D. RGB value is (12,80,29). Sum of RGB (Red+Green+Blue) = 12+80+29=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #0C501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C501D is #F3AFE2. Grayscale: #353535. Windows color (decimal): -15970275 or 1921036. OLE color: 1921036.
HSL color Cylindrical-coordinate representation of color #0C501D: hue angle of 135º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C501D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 80 | 29 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.69 |
| HSL | 135º | 0.74% | 0.18% | - |
| HSV(B) | 135º | 0.85% | 0.31% | - |
| XYZ | 3.24 | 5.9 | 2.13 | - |
| YUV | 53.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 29 | 0.85 | 0 | 0.64 | 0.69 | 135 | 0.74 | 0.18 |
| Hex | C | 50 | 1D | 55 | 0 | 40 | 45 | 87 | 4A | 12 |
| Octal | 14 | 120 | 35 | 125 | 0 | 100 | 105 | 207 | 112 | 22 |
| Binary | 1100 | 1010000 | 11101 | 1010101 | 0 | 1000000 | 1000101 | 10000111 | 1001010 | 10010 |
Color Harmonies of #0C501D
Complementary color
Monochromatic Colors of #0C501D
Black with #0C501D
Text Example
Text Example
White with #0C501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C501D; }
p { color: rgb(12,80,29); }
H1.HeaderClassName
{
color: #0C501D;
}
.AnyTagClassName
{
color: #0C501D;
}
</style>
background-color css
<style>
a { background-color: #0C501D; }
a { background-color: rgb(12,80,29); }
div.DivClassName
{
background-color: #0C501D;
}
.BgClassName
{
background-color: #0C501D;
}
</style>
border-color css
<style>
span { border-color: #0C501D; }
span { border-color: rgb(12,80,29); }
td.TdClassName
{
border-color: #0C501D;
}
.TagClassName
{
border-color: #0C501D;
}
</style>