Shades of Crusoe #0A541B
Tints of Crusoe #0A541B
RGB
CMYK
RGB Variations
Color information
#0A541B (or 0x0A541B) is known color: Crusoe. HEX triplet: 0A, 54 and 1B. RGB value is (10,84,27). Sum of RGB (Red+Green+Blue) = 10+84+27=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #0A541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A541B is #F5ABE4. Grayscale: #373737. Windows color (decimal): -16100325 or 1790986. OLE color: 1790986.
HSL color Cylindrical-coordinate representation of color #0A541B: hue angle of 133.78º 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 #0A541B is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 27 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.67 |
| HSL | 133.78º | 0.79% | 0.18% | - |
| HSV(B) | 133.78º | 0.88% | 0.33% | - |
| XYZ | 3.49 | 6.48 | 2.1 | - |
| YUV | 55.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 27 | 0.88 | 0 | 0.68 | 0.67 | 133.78 | 0.79 | 0.18 |
| Hex | A | 54 | 1B | 58 | 0 | 44 | 43 | 86 | 4F | 12 |
| Octal | 12 | 124 | 33 | 130 | 0 | 104 | 103 | 206 | 117 | 22 |
| Binary | 1010 | 1010100 | 11011 | 1011000 | 0 | 1000100 | 1000011 | 10000110 | 1001111 | 10010 |
Color Harmonies of #0A541B
Complementary color
Monochromatic Colors of #0A541B
Black with #0A541B
Text Example
Text Example
White with #0A541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A541B; }
p { color: rgb(10,84,27); }
H1.HeaderClassName
{
color: #0A541B;
}
.AnyTagClassName
{
color: #0A541B;
}
</style>
background-color css
<style>
a { background-color: #0A541B; }
a { background-color: rgb(10,84,27); }
div.DivClassName
{
background-color: #0A541B;
}
.BgClassName
{
background-color: #0A541B;
}
</style>
border-color css
<style>
span { border-color: #0A541B; }
span { border-color: rgb(10,84,27); }
td.TdClassName
{
border-color: #0A541B;
}
.TagClassName
{
border-color: #0A541B;
}
</style>