Shades of Crusoe #0A501E
Tints of Crusoe #0A501E
RGB
CMYK
RGB Variations
Color information
#0A501E (or 0x0A501E) is known color: Crusoe. HEX triplet: 0A, 50 and 1E. RGB value is (10,80,30). Sum of RGB (Red+Green+Blue) = 10+80+30=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #0A501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A501E is #F5AFE1. Grayscale: #353535. Windows color (decimal): -16101346 or 1986570. OLE color: 1986570.
HSL color Cylindrical-coordinate representation of color #0A501E: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A501E is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 30 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.69 |
| HSL | 137.14º | 0.78% | 0.18% | - |
| HSV(B) | 137.14º | 0.88% | 0.31% | - |
| XYZ | 3.23 | 5.9 | 2.2 | - |
| YUV | 53.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 30 | 0.87 | 0 | 0.62 | 0.69 | 137.14 | 0.78 | 0.18 |
| Hex | A | 50 | 1E | 57 | 0 | 3E | 45 | 89 | 4E | 12 |
| Octal | 12 | 120 | 36 | 127 | 0 | 76 | 105 | 211 | 116 | 22 |
| Binary | 1010 | 1010000 | 11110 | 1010111 | 0 | 111110 | 1000101 | 10001001 | 1001110 | 10010 |
Color Harmonies of #0A501E
Complementary color
Monochromatic Colors of #0A501E
Black with #0A501E
Text Example
Text Example
White with #0A501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A501E; }
p { color: rgb(10,80,30); }
H1.HeaderClassName
{
color: #0A501E;
}
.AnyTagClassName
{
color: #0A501E;
}
</style>
background-color css
<style>
a { background-color: #0A501E; }
a { background-color: rgb(10,80,30); }
div.DivClassName
{
background-color: #0A501E;
}
.BgClassName
{
background-color: #0A501E;
}
</style>
border-color css
<style>
span { border-color: #0A501E; }
span { border-color: rgb(10,80,30); }
td.TdClassName
{
border-color: #0A501E;
}
.TagClassName
{
border-color: #0A501E;
}
</style>