Shades of Crusoe #0B5A1C
Tints of Crusoe #0B5A1C
RGB
CMYK
RGB Variations
Color information
#0B5A1C (or 0x0B5A1C) is known color: Crusoe. HEX triplet: 0B, 5A and 1C. RGB value is (11,90,28). Sum of RGB (Red+Green+Blue) = 11+90+28=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A1C is #F4A5E3. Grayscale: #3B3B3B. Windows color (decimal): -16033252 or 1858059. OLE color: 1858059.
HSL color Cylindrical-coordinate representation of color #0B5A1C: hue angle of 132.91º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A1C is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 90 | 28 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.65 |
| HSL | 132.91º | 0.78% | 0.2% | - |
| HSV(B) | 132.91º | 0.88% | 0.35% | - |
| XYZ | 4 | 7.47 | 2.33 | - |
| YUV | 59.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 28 | 0.88 | 0 | 0.69 | 0.65 | 132.91 | 0.78 | 0.2 |
| Hex | B | 5A | 1C | 58 | 0 | 45 | 41 | 85 | 4E | 14 |
| Octal | 13 | 132 | 34 | 130 | 0 | 105 | 101 | 205 | 116 | 24 |
| Binary | 1011 | 1011010 | 11100 | 1011000 | 0 | 1000101 | 1000001 | 10000101 | 1001110 | 10100 |
Color Harmonies of #0B5A1C
Complementary color
Monochromatic Colors of #0B5A1C
Black with #0B5A1C
Text Example
Text Example
White with #0B5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A1C; }
p { color: rgb(11,90,28); }
H1.HeaderClassName
{
color: #0B5A1C;
}
.AnyTagClassName
{
color: #0B5A1C;
}
</style>
background-color css
<style>
a { background-color: #0B5A1C; }
a { background-color: rgb(11,90,28); }
div.DivClassName
{
background-color: #0B5A1C;
}
.BgClassName
{
background-color: #0B5A1C;
}
</style>
border-color css
<style>
span { border-color: #0B5A1C; }
span { border-color: rgb(11,90,28); }
td.TdClassName
{
border-color: #0B5A1C;
}
.TagClassName
{
border-color: #0B5A1C;
}
</style>