Shades of Crusoe #0D5325
Tints of Crusoe #0D5325
RGB
CMYK
RGB Variations
Color information
#0D5325 (or 0x0D5325) is known color: Crusoe. HEX triplet: 0D, 53 and 25. RGB value is (13,83,37). Sum of RGB (Red+Green+Blue) = 13+83+37=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5325 is #F2ACDA. Grayscale: #383838. Windows color (decimal): -15903963 or 2446093. OLE color: 2446093.
HSL color Cylindrical-coordinate representation of color #0D5325: hue angle of 140.57º 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 #0D5325 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 37 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.67 |
| HSL | 140.57º | 0.73% | 0.19% | - |
| HSV(B) | 140.57º | 0.84% | 0.33% | - |
| XYZ | 3.59 | 6.41 | 2.8 | - |
| YUV | 56.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 37 | 0.84 | 0 | 0.55 | 0.67 | 140.57 | 0.73 | 0.19 |
| Hex | D | 53 | 25 | 54 | 0 | 37 | 43 | 8D | 49 | 13 |
| Octal | 15 | 123 | 45 | 124 | 0 | 67 | 103 | 215 | 111 | 23 |
| Binary | 1101 | 1010011 | 100101 | 1010100 | 0 | 110111 | 1000011 | 10001101 | 1001001 | 10011 |
Color Harmonies of #0D5325
Complementary color
Monochromatic Colors of #0D5325
Black with #0D5325
Text Example
Text Example
White with #0D5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5325; }
p { color: rgb(13,83,37); }
H1.HeaderClassName
{
color: #0D5325;
}
.AnyTagClassName
{
color: #0D5325;
}
</style>
background-color css
<style>
a { background-color: #0D5325; }
a { background-color: rgb(13,83,37); }
div.DivClassName
{
background-color: #0D5325;
}
.BgClassName
{
background-color: #0D5325;
}
</style>
border-color css
<style>
span { border-color: #0D5325; }
span { border-color: rgb(13,83,37); }
td.TdClassName
{
border-color: #0D5325;
}
.TagClassName
{
border-color: #0D5325;
}
</style>