Shades of Crusoe #0C592A
Tints of Crusoe #0C592A
RGB
CMYK
RGB Variations
Color information
#0C592A (or 0x0C592A) is known color: Crusoe. HEX triplet: 0C, 59 and 2A. RGB value is (12,89,42). Sum of RGB (Red+Green+Blue) = 12+89+42=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #0C592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C592A is #F3A6D5. Grayscale: #3C3C3C. Windows color (decimal): -15967958 or 2775308. OLE color: 2775308.
HSL color Cylindrical-coordinate representation of color #0C592A: hue angle of 143.38º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C592A is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 89 | 42 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.65 |
| HSL | 143.38º | 0.76% | 0.2% | - |
| HSV(B) | 143.38º | 0.87% | 0.35% | - |
| XYZ | 4.14 | 7.39 | 3.4 | - |
| YUV | 60.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 42 | 0.87 | 0 | 0.53 | 0.65 | 143.38 | 0.76 | 0.2 |
| Hex | C | 59 | 2A | 57 | 0 | 35 | 41 | 8F | 4C | 14 |
| Octal | 14 | 131 | 52 | 127 | 0 | 65 | 101 | 217 | 114 | 24 |
| Binary | 1100 | 1011001 | 101010 | 1010111 | 0 | 110101 | 1000001 | 10001111 | 1001100 | 10100 |
Color Harmonies of #0C592A
Complementary color
Monochromatic Colors of #0C592A
Black with #0C592A
Text Example
Text Example
White with #0C592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C592A; }
p { color: rgb(12,89,42); }
H1.HeaderClassName
{
color: #0C592A;
}
.AnyTagClassName
{
color: #0C592A;
}
</style>
background-color css
<style>
a { background-color: #0C592A; }
a { background-color: rgb(12,89,42); }
div.DivClassName
{
background-color: #0C592A;
}
.BgClassName
{
background-color: #0C592A;
}
</style>
border-color css
<style>
span { border-color: #0C592A; }
span { border-color: rgb(12,89,42); }
td.TdClassName
{
border-color: #0C592A;
}
.TagClassName
{
border-color: #0C592A;
}
</style>