Shades of Crusoe #0A522A
Tints of Crusoe #0A522A
RGB
CMYK
RGB Variations
Color information
#0A522A (or 0x0A522A) is known color: Crusoe. HEX triplet: 0A, 52 and 2A. RGB value is (10,82,42). Sum of RGB (Red+Green+Blue) = 10+82+42=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #0A522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A522A is #F5ADD5. Grayscale: #373737. Windows color (decimal): -16100822 or 2773514. OLE color: 2773514.
HSL color Cylindrical-coordinate representation of color #0A522A: hue angle of 146.67º 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 #0A522A is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 42 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.68 |
| HSL | 146.67º | 0.78% | 0.18% | - |
| HSV(B) | 146.67º | 0.88% | 0.32% | - |
| XYZ | 3.56 | 6.27 | 3.21 | - |
| YUV | 55.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 42 | 0.88 | 0 | 0.49 | 0.68 | 146.67 | 0.78 | 0.18 |
| Hex | A | 52 | 2A | 58 | 0 | 31 | 44 | 93 | 4E | 12 |
| Octal | 12 | 122 | 52 | 130 | 0 | 61 | 104 | 223 | 116 | 22 |
| Binary | 1010 | 1010010 | 101010 | 1011000 | 0 | 110001 | 1000100 | 10010011 | 1001110 | 10010 |
Color Harmonies of #0A522A
Complementary color
Monochromatic Colors of #0A522A
Black with #0A522A
Text Example
Text Example
White with #0A522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A522A; }
p { color: rgb(10,82,42); }
H1.HeaderClassName
{
color: #0A522A;
}
.AnyTagClassName
{
color: #0A522A;
}
</style>
background-color css
<style>
a { background-color: #0A522A; }
a { background-color: rgb(10,82,42); }
div.DivClassName
{
background-color: #0A522A;
}
.BgClassName
{
background-color: #0A522A;
}
</style>
border-color css
<style>
span { border-color: #0A522A; }
span { border-color: rgb(10,82,42); }
td.TdClassName
{
border-color: #0A522A;
}
.TagClassName
{
border-color: #0A522A;
}
</style>