Shades of Crusoe #0C631C
Tints of Crusoe #0C631C
RGB
CMYK
RGB Variations
Color information
#0C631C (or 0x0C631C) is known color: Crusoe. HEX triplet: 0C, 63 and 1C. RGB value is (12,99,28). Sum of RGB (Red+Green+Blue) = 12+99+28=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #0C631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C631C is #F39CE3. Grayscale: #414141. Windows color (decimal): -15965412 or 1860364. OLE color: 1860364.
HSL color Cylindrical-coordinate representation of color #0C631C: hue angle of 131.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C631C is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 99 | 28 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.61 |
| HSL | 131.03º | 0.78% | 0.22% | - |
| HSV(B) | 131.03º | 0.88% | 0.39% | - |
| XYZ | 4.82 | 9.09 | 2.6 | - |
| YUV | 64.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 28 | 0.88 | 0 | 0.72 | 0.61 | 131.03 | 0.78 | 0.22 |
| Hex | C | 63 | 1C | 58 | 0 | 48 | 3D | 83 | 4E | 16 |
| Octal | 14 | 143 | 34 | 130 | 0 | 110 | 75 | 203 | 116 | 26 |
| Binary | 1100 | 1100011 | 11100 | 1011000 | 0 | 1001000 | 111101 | 10000011 | 1001110 | 10110 |
Color Harmonies of #0C631C
Complementary color
Monochromatic Colors of #0C631C
Black with #0C631C
Text Example
Text Example
White with #0C631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C631C; }
p { color: rgb(12,99,28); }
H1.HeaderClassName
{
color: #0C631C;
}
.AnyTagClassName
{
color: #0C631C;
}
</style>
background-color css
<style>
a { background-color: #0C631C; }
a { background-color: rgb(12,99,28); }
div.DivClassName
{
background-color: #0C631C;
}
.BgClassName
{
background-color: #0C631C;
}
</style>
border-color css
<style>
span { border-color: #0C631C; }
span { border-color: rgb(12,99,28); }
td.TdClassName
{
border-color: #0C631C;
}
.TagClassName
{
border-color: #0C631C;
}
</style>