Shades of Crusoe #0A522D
Tints of Crusoe #0A522D
RGB
CMYK
RGB Variations
Color information
#0A522D (or 0x0A522D) is known color: Crusoe. HEX triplet: 0A, 52 and 2D. RGB value is (10,82,45). Sum of RGB (Red+Green+Blue) = 10+82+45=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #0A522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A522D is #F5ADD2. Grayscale: #383838. Windows color (decimal): -16100819 or 2970122. OLE color: 2970122.
HSL color Cylindrical-coordinate representation of color #0A522D: hue angle of 149.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A522D is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 45 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.68 |
| HSL | 149.17º | 0.78% | 0.18% | - |
| HSV(B) | 149.17º | 0.88% | 0.32% | - |
| XYZ | 3.62 | 6.29 | 3.51 | - |
| YUV | 56.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 45 | 0.88 | 0 | 0.45 | 0.68 | 149.17 | 0.78 | 0.18 |
| Hex | A | 52 | 2D | 58 | 0 | 2D | 44 | 95 | 4E | 12 |
| Octal | 12 | 122 | 55 | 130 | 0 | 55 | 104 | 225 | 116 | 22 |
| Binary | 1010 | 1010010 | 101101 | 1011000 | 0 | 101101 | 1000100 | 10010101 | 1001110 | 10010 |
Color Harmonies of #0A522D
Complementary color
Monochromatic Colors of #0A522D
Black with #0A522D
Text Example
Text Example
White with #0A522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A522D; }
p { color: rgb(10,82,45); }
H1.HeaderClassName
{
color: #0A522D;
}
.AnyTagClassName
{
color: #0A522D;
}
</style>
background-color css
<style>
a { background-color: #0A522D; }
a { background-color: rgb(10,82,45); }
div.DivClassName
{
background-color: #0A522D;
}
.BgClassName
{
background-color: #0A522D;
}
</style>
border-color css
<style>
span { border-color: #0A522D; }
span { border-color: rgb(10,82,45); }
td.TdClassName
{
border-color: #0A522D;
}
.TagClassName
{
border-color: #0A522D;
}
</style>