Shades of Crusoe #0D5A1B
Tints of Crusoe #0D5A1B
RGB
CMYK
RGB Variations
Color information
#0D5A1B (or 0x0D5A1B) is known color: Crusoe. HEX triplet: 0D, 5A and 1B. RGB value is (13,90,27). Sum of RGB (Red+Green+Blue) = 13+90+27=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A1B is #F2A5E4. Grayscale: #3B3B3B. Windows color (decimal): -15902181 or 1792525. OLE color: 1792525.
HSL color Cylindrical-coordinate representation of color #0D5A1B: hue angle of 130.91º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5A1B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 27 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.65 |
| HSL | 130.91º | 0.75% | 0.2% | - |
| HSV(B) | 130.91º | 0.86% | 0.35% | - |
| XYZ | 4.02 | 7.48 | 2.27 | - |
| YUV | 59.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 27 | 0.86 | 0 | 0.70 | 0.65 | 130.91 | 0.75 | 0.2 |
| Hex | D | 5A | 1B | 56 | 0 | 46 | 41 | 83 | 4B | 14 |
| Octal | 15 | 132 | 33 | 126 | 0 | 106 | 101 | 203 | 113 | 24 |
| Binary | 1101 | 1011010 | 11011 | 1010110 | 0 | 1000110 | 1000001 | 10000011 | 1001011 | 10100 |
Color Harmonies of #0D5A1B
Complementary color
Monochromatic Colors of #0D5A1B
Black with #0D5A1B
Text Example
Text Example
White with #0D5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A1B; }
p { color: rgb(13,90,27); }
H1.HeaderClassName
{
color: #0D5A1B;
}
.AnyTagClassName
{
color: #0D5A1B;
}
</style>
background-color css
<style>
a { background-color: #0D5A1B; }
a { background-color: rgb(13,90,27); }
div.DivClassName
{
background-color: #0D5A1B;
}
.BgClassName
{
background-color: #0D5A1B;
}
</style>
border-color css
<style>
span { border-color: #0D5A1B; }
span { border-color: rgb(13,90,27); }
td.TdClassName
{
border-color: #0D5A1B;
}
.TagClassName
{
border-color: #0D5A1B;
}
</style>