Shades of Crusoe #0B5D27
Tints of Crusoe #0B5D27
RGB
CMYK
RGB Variations
Color information
#0B5D27 (or 0x0B5D27) is known color: Crusoe. HEX triplet: 0B, 5D and 27. RGB value is (11,93,39). Sum of RGB (Red+Green+Blue) = 11+93+39=143 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.69% from 143); Green value is 93 (36.72% from 255 or 65.03% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 93 - color contains mainly: green. Hex color #0B5D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5D27 is #F4A2D8. Grayscale: #3E3E3E. Windows color (decimal): -16032473 or 2579723. OLE color: 2579723.
HSL color Cylindrical-coordinate representation of color #0B5D27: hue angle of 140.49º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5D27 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 11 | 93 | 39 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.64 |
| HSL | 140.49º | 0.79% | 0.2% | - |
| HSV(B) | 140.49º | 0.88% | 0.36% | - |
| XYZ | 4.42 | 8.05 | 3.24 | - |
| YUV | 62.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 39 | 0.88 | 0 | 0.58 | 0.64 | 140.49 | 0.79 | 0.2 |
| Hex | B | 5D | 27 | 58 | 0 | 3A | 40 | 8C | 4F | 14 |
| Octal | 13 | 135 | 47 | 130 | 0 | 72 | 100 | 214 | 117 | 24 |
| Binary | 1011 | 1011101 | 100111 | 1011000 | 0 | 111010 | 1000000 | 10001100 | 1001111 | 10100 |
Color Harmonies of #0B5D27
Complementary color
Monochromatic Colors of #0B5D27
Black with #0B5D27
Text Example
Text Example
White with #0B5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5D27; }
p { color: rgb(11,93,39); }
H1.HeaderClassName
{
color: #0B5D27;
}
.AnyTagClassName
{
color: #0B5D27;
}
</style>
background-color css
<style>
a { background-color: #0B5D27; }
a { background-color: rgb(11,93,39); }
div.DivClassName
{
background-color: #0B5D27;
}
.BgClassName
{
background-color: #0B5D27;
}
</style>
border-color css
<style>
span { border-color: #0B5D27; }
span { border-color: rgb(11,93,39); }
td.TdClassName
{
border-color: #0B5D27;
}
.TagClassName
{
border-color: #0B5D27;
}
</style>