Shades of Crusoe #0D5F1D
Tints of Crusoe #0D5F1D
RGB
CMYK
RGB Variations
Color information
#0D5F1D (or 0x0D5F1D) is known color: Crusoe. HEX triplet: 0D, 5F and 1D. RGB value is (13,95,29). Sum of RGB (Red+Green+Blue) = 13+95+29=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5F1D is #F2A0E2. Grayscale: #3F3F3F. Windows color (decimal): -15900899 or 1924877. OLE color: 1924877.
HSL color Cylindrical-coordinate representation of color #0D5F1D: hue angle of 131.71º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5F1D is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 95 | 29 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.63 |
| HSL | 131.71º | 0.76% | 0.21% | - |
| HSV(B) | 131.71º | 0.86% | 0.37% | - |
| XYZ | 4.48 | 8.36 | 2.54 | - |
| YUV | 62.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 95 | 29 | 0.86 | 0 | 0.69 | 0.63 | 131.71 | 0.76 | 0.21 |
| Hex | D | 5F | 1D | 56 | 0 | 45 | 3F | 84 | 4C | 15 |
| Octal | 15 | 137 | 35 | 126 | 0 | 105 | 77 | 204 | 114 | 25 |
| Binary | 1101 | 1011111 | 11101 | 1010110 | 0 | 1000101 | 111111 | 10000100 | 1001100 | 10101 |
Color Harmonies of #0D5F1D
Complementary color
Monochromatic Colors of #0D5F1D
Black with #0D5F1D
Text Example
Text Example
White with #0D5F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5F1D; }
p { color: rgb(13,95,29); }
H1.HeaderClassName
{
color: #0D5F1D;
}
.AnyTagClassName
{
color: #0D5F1D;
}
</style>
background-color css
<style>
a { background-color: #0D5F1D; }
a { background-color: rgb(13,95,29); }
div.DivClassName
{
background-color: #0D5F1D;
}
.BgClassName
{
background-color: #0D5F1D;
}
</style>
border-color css
<style>
span { border-color: #0D5F1D; }
span { border-color: rgb(13,95,29); }
td.TdClassName
{
border-color: #0D5F1D;
}
.TagClassName
{
border-color: #0D5F1D;
}
</style>