Shades of Crusoe #0D531D
Tints of Crusoe #0D531D
RGB
CMYK
RGB Variations
Color information
#0D531D (or 0x0D531D) is known color: Crusoe. HEX triplet: 0D, 53 and 1D. RGB value is (13,83,29). Sum of RGB (Red+Green+Blue) = 13+83+29=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #0D531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D531D is #F2ACE2. Grayscale: #383838. Windows color (decimal): -15903971 or 1921805. OLE color: 1921805.
HSL color Cylindrical-coordinate representation of color #0D531D: hue angle of 133.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D531D is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 29 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.67 |
| HSL | 133.71º | 0.73% | 0.19% | - |
| HSV(B) | 133.71º | 0.84% | 0.33% | - |
| XYZ | 3.48 | 6.36 | 2.21 | - |
| YUV | 55.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 29 | 0.84 | 0 | 0.65 | 0.67 | 133.71 | 0.73 | 0.19 |
| Hex | D | 53 | 1D | 54 | 0 | 41 | 43 | 86 | 49 | 13 |
| Octal | 15 | 123 | 35 | 124 | 0 | 101 | 103 | 206 | 111 | 23 |
| Binary | 1101 | 1010011 | 11101 | 1010100 | 0 | 1000001 | 1000011 | 10000110 | 1001001 | 10011 |
Color Harmonies of #0D531D
Complementary color
Monochromatic Colors of #0D531D
Black with #0D531D
Text Example
Text Example
White with #0D531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D531D; }
p { color: rgb(13,83,29); }
H1.HeaderClassName
{
color: #0D531D;
}
.AnyTagClassName
{
color: #0D531D;
}
</style>
background-color css
<style>
a { background-color: #0D531D; }
a { background-color: rgb(13,83,29); }
div.DivClassName
{
background-color: #0D531D;
}
.BgClassName
{
background-color: #0D531D;
}
</style>
border-color css
<style>
span { border-color: #0D531D; }
span { border-color: rgb(13,83,29); }
td.TdClassName
{
border-color: #0D531D;
}
.TagClassName
{
border-color: #0D531D;
}
</style>