Shades of Crusoe #0A632D
Tints of Crusoe #0A632D
RGB
CMYK
RGB Variations
Color information
#0A632D (or 0x0A632D) is known color: Crusoe. HEX triplet: 0A, 63 and 2D. RGB value is (10,99,45). Sum of RGB (Red+Green+Blue) = 10+99+45=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #0A632D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A632D is #F59CD2. Grayscale: #424242. Windows color (decimal): -16096467 or 2974474. OLE color: 2974474.
HSL color Cylindrical-coordinate representation of color #0A632D: hue angle of 143.6º 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 #0A632D is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 45 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.61 |
| HSL | 143.6º | 0.82% | 0.21% | - |
| HSV(B) | 143.6º | 0.9% | 0.39% | - |
| XYZ | 5.06 | 9.18 | 3.99 | - |
| YUV | 66.23 | 116.01 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 45 | 0.90 | 0 | 0.55 | 0.61 | 143.6 | 0.82 | 0.21 |
| Hex | A | 63 | 2D | 5A | 0 | 37 | 3D | 90 | 52 | 15 |
| Octal | 12 | 143 | 55 | 132 | 0 | 67 | 75 | 220 | 122 | 25 |
| Binary | 1010 | 1100011 | 101101 | 1011010 | 0 | 110111 | 111101 | 10010000 | 1010010 | 10101 |
Color Harmonies of #0A632D
Complementary color
Monochromatic Colors of #0A632D
Black with #0A632D
Text Example
Text Example
White with #0A632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A632D; }
p { color: rgb(10,99,45); }
H1.HeaderClassName
{
color: #0A632D;
}
.AnyTagClassName
{
color: #0A632D;
}
</style>
background-color css
<style>
a { background-color: #0A632D; }
a { background-color: rgb(10,99,45); }
div.DivClassName
{
background-color: #0A632D;
}
.BgClassName
{
background-color: #0A632D;
}
</style>
border-color css
<style>
span { border-color: #0A632D; }
span { border-color: rgb(10,99,45); }
td.TdClassName
{
border-color: #0A632D;
}
.TagClassName
{
border-color: #0A632D;
}
</style>