Shades of Crusoe #0D5A26
Tints of Crusoe #0D5A26
RGB
CMYK
RGB Variations
Color information
#0D5A26 (or 0x0D5A26) is known color: Crusoe. HEX triplet: 0D, 5A and 26. RGB value is (13,90,38). Sum of RGB (Red+Green+Blue) = 13+90+38=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A26 is #F2A5D9. Grayscale: #3D3D3D. Windows color (decimal): -15902170 or 2513421. OLE color: 2513421.
HSL color Cylindrical-coordinate representation of color #0D5A26: hue angle of 139.48º 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 #0D5A26 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 38 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.65 |
| HSL | 139.48º | 0.75% | 0.2% | - |
| HSV(B) | 139.48º | 0.86% | 0.35% | - |
| XYZ | 4.17 | 7.54 | 3.07 | - |
| YUV | 61.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 38 | 0.86 | 0 | 0.58 | 0.65 | 139.48 | 0.75 | 0.2 |
| Hex | D | 5A | 26 | 56 | 0 | 3A | 41 | 8B | 4B | 14 |
| Octal | 15 | 132 | 46 | 126 | 0 | 72 | 101 | 213 | 113 | 24 |
| Binary | 1101 | 1011010 | 100110 | 1010110 | 0 | 111010 | 1000001 | 10001011 | 1001011 | 10100 |
Color Harmonies of #0D5A26
Complementary color
Monochromatic Colors of #0D5A26
Black with #0D5A26
Text Example
Text Example
White with #0D5A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A26; }
p { color: rgb(13,90,38); }
H1.HeaderClassName
{
color: #0D5A26;
}
.AnyTagClassName
{
color: #0D5A26;
}
</style>
background-color css
<style>
a { background-color: #0D5A26; }
a { background-color: rgb(13,90,38); }
div.DivClassName
{
background-color: #0D5A26;
}
.BgClassName
{
background-color: #0D5A26;
}
</style>
border-color css
<style>
span { border-color: #0D5A26; }
span { border-color: rgb(13,90,38); }
td.TdClassName
{
border-color: #0D5A26;
}
.TagClassName
{
border-color: #0D5A26;
}
</style>