Shades of Crusoe #0A6326
Tints of Crusoe #0A6326
RGB
CMYK
RGB Variations
Color information
#0A6326 (or 0x0A6326) is known color: Crusoe. HEX triplet: 0A, 63 and 26. RGB value is (10,99,38). Sum of RGB (Red+Green+Blue) = 10+99+38=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6326 is #F59CD9. Grayscale: #414141. Windows color (decimal): -16096474 or 2515722. OLE color: 2515722.
HSL color Cylindrical-coordinate representation of color #0A6326: hue angle of 138.88º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6326 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 38 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.61 |
| HSL | 138.88º | 0.82% | 0.21% | - |
| HSV(B) | 138.88º | 0.9% | 0.39% | - |
| XYZ | 4.94 | 9.13 | 3.34 | - |
| YUV | 65.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 38 | 0.90 | 0 | 0.62 | 0.61 | 138.88 | 0.82 | 0.21 |
| Hex | A | 63 | 26 | 5A | 0 | 3E | 3D | 8B | 52 | 15 |
| Octal | 12 | 143 | 46 | 132 | 0 | 76 | 75 | 213 | 122 | 25 |
| Binary | 1010 | 1100011 | 100110 | 1011010 | 0 | 111110 | 111101 | 10001011 | 1010010 | 10101 |
Color Harmonies of #0A6326
Complementary color
Monochromatic Colors of #0A6326
Black with #0A6326
Text Example
Text Example
White with #0A6326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6326; }
p { color: rgb(10,99,38); }
H1.HeaderClassName
{
color: #0A6326;
}
.AnyTagClassName
{
color: #0A6326;
}
</style>
background-color css
<style>
a { background-color: #0A6326; }
a { background-color: rgb(10,99,38); }
div.DivClassName
{
background-color: #0A6326;
}
.BgClassName
{
background-color: #0A6326;
}
</style>
border-color css
<style>
span { border-color: #0A6326; }
span { border-color: rgb(10,99,38); }
td.TdClassName
{
border-color: #0A6326;
}
.TagClassName
{
border-color: #0A6326;
}
</style>