Shades of Crusoe #0A501F
Tints of Crusoe #0A501F
RGB
CMYK
RGB Variations
Color information
#0A501F (or 0x0A501F) is known color: Crusoe. HEX triplet: 0A, 50 and 1F. RGB value is (10,80,31). Sum of RGB (Red+Green+Blue) = 10+80+31=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #0A501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A501F is #F5AFE0. Grayscale: #353535. Windows color (decimal): -16101345 or 2052106. OLE color: 2052106.
HSL color Cylindrical-coordinate representation of color #0A501F: hue angle of 138º 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 #0A501F is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 31 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.69 |
| HSL | 138º | 0.78% | 0.18% | - |
| HSV(B) | 138º | 0.88% | 0.31% | - |
| XYZ | 3.24 | 5.9 | 2.26 | - |
| YUV | 53.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 31 | 0.87 | 0 | 0.61 | 0.69 | 138 | 0.78 | 0.18 |
| Hex | A | 50 | 1F | 57 | 0 | 3D | 45 | 8A | 4E | 12 |
| Octal | 12 | 120 | 37 | 127 | 0 | 75 | 105 | 212 | 116 | 22 |
| Binary | 1010 | 1010000 | 11111 | 1010111 | 0 | 111101 | 1000101 | 10001010 | 1001110 | 10010 |
Color Harmonies of #0A501F
Complementary color
Monochromatic Colors of #0A501F
Black with #0A501F
Text Example
Text Example
White with #0A501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A501F; }
p { color: rgb(10,80,31); }
H1.HeaderClassName
{
color: #0A501F;
}
.AnyTagClassName
{
color: #0A501F;
}
</style>
background-color css
<style>
a { background-color: #0A501F; }
a { background-color: rgb(10,80,31); }
div.DivClassName
{
background-color: #0A501F;
}
.BgClassName
{
background-color: #0A501F;
}
</style>
border-color css
<style>
span { border-color: #0A501F; }
span { border-color: rgb(10,80,31); }
td.TdClassName
{
border-color: #0A501F;
}
.TagClassName
{
border-color: #0A501F;
}
</style>