Shades of Crusoe #0A541D
Tints of Crusoe #0A541D
RGB
CMYK
RGB Variations
Color information
#0A541D (or 0x0A541D) is known color: Crusoe. HEX triplet: 0A, 54 and 1D. RGB value is (10,84,29). Sum of RGB (Red+Green+Blue) = 10+84+29=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #0A541D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A541D is #F5ABE2. Grayscale: #373737. Windows color (decimal): -16100323 or 1922058. OLE color: 1922058.
HSL color Cylindrical-coordinate representation of color #0A541D: hue angle of 135.41º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A541D is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 29 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.67 |
| HSL | 135.41º | 0.79% | 0.18% | - |
| HSV(B) | 135.41º | 0.88% | 0.33% | - |
| XYZ | 3.52 | 6.49 | 2.23 | - |
| YUV | 55.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 29 | 0.88 | 0 | 0.65 | 0.67 | 135.41 | 0.79 | 0.18 |
| Hex | A | 54 | 1D | 58 | 0 | 41 | 43 | 87 | 4F | 12 |
| Octal | 12 | 124 | 35 | 130 | 0 | 101 | 103 | 207 | 117 | 22 |
| Binary | 1010 | 1010100 | 11101 | 1011000 | 0 | 1000001 | 1000011 | 10000111 | 1001111 | 10010 |
Color Harmonies of #0A541D
Complementary color
Monochromatic Colors of #0A541D
Black with #0A541D
Text Example
Text Example
White with #0A541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A541D; }
p { color: rgb(10,84,29); }
H1.HeaderClassName
{
color: #0A541D;
}
.AnyTagClassName
{
color: #0A541D;
}
</style>
background-color css
<style>
a { background-color: #0A541D; }
a { background-color: rgb(10,84,29); }
div.DivClassName
{
background-color: #0A541D;
}
.BgClassName
{
background-color: #0A541D;
}
</style>
border-color css
<style>
span { border-color: #0A541D; }
span { border-color: rgb(10,84,29); }
td.TdClassName
{
border-color: #0A541D;
}
.TagClassName
{
border-color: #0A541D;
}
</style>