Shades of Crusoe #0C5A1F
Tints of Crusoe #0C5A1F
RGB
CMYK
RGB Variations
Color information
#0C5A1F (or 0x0C5A1F) is known color: Crusoe. HEX triplet: 0C, 5A and 1F. RGB value is (12,90,31). Sum of RGB (Red+Green+Blue) = 12+90+31=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5A1F is #F3A5E0. Grayscale: #3C3C3C. Windows color (decimal): -15967713 or 2054668. OLE color: 2054668.
HSL color Cylindrical-coordinate representation of color #0C5A1F: hue angle of 134.62º 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 #0C5A1F is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 90 | 31 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.65 |
| HSL | 134.62º | 0.76% | 0.2% | - |
| HSV(B) | 134.62º | 0.87% | 0.35% | - |
| XYZ | 4.06 | 7.49 | 2.53 | - |
| YUV | 59.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 31 | 0.87 | 0 | 0.66 | 0.65 | 134.62 | 0.76 | 0.2 |
| Hex | C | 5A | 1F | 57 | 0 | 42 | 41 | 87 | 4C | 14 |
| Octal | 14 | 132 | 37 | 127 | 0 | 102 | 101 | 207 | 114 | 24 |
| Binary | 1100 | 1011010 | 11111 | 1010111 | 0 | 1000010 | 1000001 | 10000111 | 1001100 | 10100 |
Color Harmonies of #0C5A1F
Complementary color
Monochromatic Colors of #0C5A1F
Black with #0C5A1F
Text Example
Text Example
White with #0C5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5A1F; }
p { color: rgb(12,90,31); }
H1.HeaderClassName
{
color: #0C5A1F;
}
.AnyTagClassName
{
color: #0C5A1F;
}
</style>
background-color css
<style>
a { background-color: #0C5A1F; }
a { background-color: rgb(12,90,31); }
div.DivClassName
{
background-color: #0C5A1F;
}
.BgClassName
{
background-color: #0C5A1F;
}
</style>
border-color css
<style>
span { border-color: #0C5A1F; }
span { border-color: rgb(12,90,31); }
td.TdClassName
{
border-color: #0C5A1F;
}
.TagClassName
{
border-color: #0C5A1F;
}
</style>