Shades of Crusoe #0D551C
Tints of Crusoe #0D551C
RGB
CMYK
RGB Variations
Color information
#0D551C (or 0x0D551C) is known color: Crusoe. HEX triplet: 0D, 55 and 1C. RGB value is (13,85,28). Sum of RGB (Red+Green+Blue) = 13+85+28=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #0D551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D551C is #F2AAE3. Grayscale: #393939. Windows color (decimal): -15903460 or 1856781. OLE color: 1856781.
HSL color Cylindrical-coordinate representation of color #0D551C: hue angle of 132.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D551C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 85 | 28 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.67 |
| HSL | 132.5º | 0.73% | 0.19% | - |
| HSV(B) | 132.5º | 0.85% | 0.33% | - |
| XYZ | 3.62 | 6.67 | 2.19 | - |
| YUV | 56.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 28 | 0.85 | 0 | 0.67 | 0.67 | 132.5 | 0.73 | 0.19 |
| Hex | D | 55 | 1C | 55 | 0 | 43 | 43 | 84 | 49 | 13 |
| Octal | 15 | 125 | 34 | 125 | 0 | 103 | 103 | 204 | 111 | 23 |
| Binary | 1101 | 1010101 | 11100 | 1010101 | 0 | 1000011 | 1000011 | 10000100 | 1001001 | 10011 |
Color Harmonies of #0D551C
Complementary color
Monochromatic Colors of #0D551C
Black with #0D551C
Text Example
Text Example
White with #0D551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D551C; }
p { color: rgb(13,85,28); }
H1.HeaderClassName
{
color: #0D551C;
}
.AnyTagClassName
{
color: #0D551C;
}
</style>
background-color css
<style>
a { background-color: #0D551C; }
a { background-color: rgb(13,85,28); }
div.DivClassName
{
background-color: #0D551C;
}
.BgClassName
{
background-color: #0D551C;
}
</style>
border-color css
<style>
span { border-color: #0D551C; }
span { border-color: rgb(13,85,28); }
td.TdClassName
{
border-color: #0D551C;
}
.TagClassName
{
border-color: #0D551C;
}
</style>