Shades of Crusoe #0A5B1B
Tints of Crusoe #0A5B1B
RGB
CMYK
RGB Variations
Color information
#0A5B1B (or 0x0A5B1B) is known color: Crusoe. HEX triplet: 0A, 5B and 1B. RGB value is (10,91,27). Sum of RGB (Red+Green+Blue) = 10+91+27=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B1B is #F5A4E4. Grayscale: #3B3B3B. Windows color (decimal): -16098533 or 1792778. OLE color: 1792778.
HSL color Cylindrical-coordinate representation of color #0A5B1B: hue angle of 132.59º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B1B is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 91 | 27 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.64 |
| HSL | 132.59º | 0.8% | 0.2% | - |
| HSV(B) | 132.59º | 0.89% | 0.36% | - |
| XYZ | 4.06 | 7.63 | 2.29 | - |
| YUV | 59.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 27 | 0.89 | 0 | 0.70 | 0.64 | 132.59 | 0.8 | 0.2 |
| Hex | A | 5B | 1B | 59 | 0 | 46 | 40 | 85 | 50 | 14 |
| Octal | 12 | 133 | 33 | 131 | 0 | 106 | 100 | 205 | 120 | 24 |
| Binary | 1010 | 1011011 | 11011 | 1011001 | 0 | 1000110 | 1000000 | 10000101 | 1010000 | 10100 |
Color Harmonies of #0A5B1B
Complementary color
Monochromatic Colors of #0A5B1B
Black with #0A5B1B
Text Example
Text Example
White with #0A5B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5B1B; }
p { color: rgb(10,91,27); }
H1.HeaderClassName
{
color: #0A5B1B;
}
.AnyTagClassName
{
color: #0A5B1B;
}
</style>
background-color css
<style>
a { background-color: #0A5B1B; }
a { background-color: rgb(10,91,27); }
div.DivClassName
{
background-color: #0A5B1B;
}
.BgClassName
{
background-color: #0A5B1B;
}
</style>
border-color css
<style>
span { border-color: #0A5B1B; }
span { border-color: rgb(10,91,27); }
td.TdClassName
{
border-color: #0A5B1B;
}
.TagClassName
{
border-color: #0A5B1B;
}
</style>