Shades of Crusoe #0A642D
Tints of Crusoe #0A642D
RGB
CMYK
RGB Variations
Color information
#0A642D (or 0x0A642D) is known color: Crusoe. HEX triplet: 0A, 64 and 2D. RGB value is (10,100,45). Sum of RGB (Red+Green+Blue) = 10+100+45=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #0A642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A642D is #F59BD2. Grayscale: #424242. Windows color (decimal): -16096211 or 2974730. OLE color: 2974730.
HSL color Cylindrical-coordinate representation of color #0A642D: hue angle of 143.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A642D is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 100 | 45 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.61 |
| HSL | 143.33º | 0.82% | 0.22% | - |
| HSV(B) | 143.33º | 0.9% | 0.39% | - |
| XYZ | 5.16 | 9.37 | 4.02 | - |
| YUV | 66.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 45 | 0.90 | 0 | 0.55 | 0.61 | 143.33 | 0.82 | 0.22 |
| Hex | A | 64 | 2D | 5A | 0 | 37 | 3D | 8F | 52 | 16 |
| Octal | 12 | 144 | 55 | 132 | 0 | 67 | 75 | 217 | 122 | 26 |
| Binary | 1010 | 1100100 | 101101 | 1011010 | 0 | 110111 | 111101 | 10001111 | 1010010 | 10110 |
Color Harmonies of #0A642D
Complementary color
Monochromatic Colors of #0A642D
Black with #0A642D
Text Example
Text Example
White with #0A642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A642D; }
p { color: rgb(10,100,45); }
H1.HeaderClassName
{
color: #0A642D;
}
.AnyTagClassName
{
color: #0A642D;
}
</style>
background-color css
<style>
a { background-color: #0A642D; }
a { background-color: rgb(10,100,45); }
div.DivClassName
{
background-color: #0A642D;
}
.BgClassName
{
background-color: #0A642D;
}
</style>
border-color css
<style>
span { border-color: #0A642D; }
span { border-color: rgb(10,100,45); }
td.TdClassName
{
border-color: #0A642D;
}
.TagClassName
{
border-color: #0A642D;
}
</style>