Shades of Crusoe #0A521E
Tints of Crusoe #0A521E
RGB
CMYK
RGB Variations
Color information
#0A521E (or 0x0A521E) is known color: Crusoe. HEX triplet: 0A, 52 and 1E. RGB value is (10,82,30). Sum of RGB (Red+Green+Blue) = 10+82+30=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #0A521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A521E is #F5ADE1. Grayscale: #363636. Windows color (decimal): -16100834 or 1987082. OLE color: 1987082.
HSL color Cylindrical-coordinate representation of color #0A521E: hue angle of 136.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 #0A521E is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 30 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.68 |
| HSL | 136.67º | 0.78% | 0.18% | - |
| HSV(B) | 136.67º | 0.88% | 0.32% | - |
| XYZ | 3.38 | 6.19 | 2.25 | - |
| YUV | 54.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 30 | 0.88 | 0 | 0.63 | 0.68 | 136.67 | 0.78 | 0.18 |
| Hex | A | 52 | 1E | 58 | 0 | 3F | 44 | 89 | 4E | 12 |
| Octal | 12 | 122 | 36 | 130 | 0 | 77 | 104 | 211 | 116 | 22 |
| Binary | 1010 | 1010010 | 11110 | 1011000 | 0 | 111111 | 1000100 | 10001001 | 1001110 | 10010 |
Color Harmonies of #0A521E
Complementary color
Monochromatic Colors of #0A521E
Black with #0A521E
Text Example
Text Example
White with #0A521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A521E; }
p { color: rgb(10,82,30); }
H1.HeaderClassName
{
color: #0A521E;
}
.AnyTagClassName
{
color: #0A521E;
}
</style>
background-color css
<style>
a { background-color: #0A521E; }
a { background-color: rgb(10,82,30); }
div.DivClassName
{
background-color: #0A521E;
}
.BgClassName
{
background-color: #0A521E;
}
</style>
border-color css
<style>
span { border-color: #0A521E; }
span { border-color: rgb(10,82,30); }
td.TdClassName
{
border-color: #0A521E;
}
.TagClassName
{
border-color: #0A521E;
}
</style>