Shades of Crusoe #0C621C
Tints of Crusoe #0C621C
RGB
CMYK
RGB Variations
Color information
#0C621C (or 0x0C621C) is known color: Crusoe. HEX triplet: 0C, 62 and 1C. RGB value is (12,98,28). Sum of RGB (Red+Green+Blue) = 12+98+28=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #0C621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C621C is #F39DE3. Grayscale: #404040. Windows color (decimal): -15965668 or 1860108. OLE color: 1860108.
HSL color Cylindrical-coordinate representation of color #0C621C: hue angle of 131.16º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C621C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 28 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.62 |
| HSL | 131.16º | 0.78% | 0.22% | - |
| HSV(B) | 131.16º | 0.88% | 0.38% | - |
| XYZ | 4.73 | 8.9 | 2.57 | - |
| YUV | 64.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 28 | 0.88 | 0 | 0.71 | 0.62 | 131.16 | 0.78 | 0.22 |
| Hex | C | 62 | 1C | 58 | 0 | 47 | 3E | 83 | 4E | 16 |
| Octal | 14 | 142 | 34 | 130 | 0 | 107 | 76 | 203 | 116 | 26 |
| Binary | 1100 | 1100010 | 11100 | 1011000 | 0 | 1000111 | 111110 | 10000011 | 1001110 | 10110 |
Color Harmonies of #0C621C
Complementary color
Monochromatic Colors of #0C621C
Black with #0C621C
Text Example
Text Example
White with #0C621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C621C; }
p { color: rgb(12,98,28); }
H1.HeaderClassName
{
color: #0C621C;
}
.AnyTagClassName
{
color: #0C621C;
}
</style>
background-color css
<style>
a { background-color: #0C621C; }
a { background-color: rgb(12,98,28); }
div.DivClassName
{
background-color: #0C621C;
}
.BgClassName
{
background-color: #0C621C;
}
</style>
border-color css
<style>
span { border-color: #0C621C; }
span { border-color: rgb(12,98,28); }
td.TdClassName
{
border-color: #0C621C;
}
.TagClassName
{
border-color: #0C621C;
}
</style>