Shades of Crusoe #0D5A2A
Tints of Crusoe #0D5A2A
RGB
CMYK
RGB Variations
Color information
#0D5A2A (or 0x0D5A2A) is known color: Crusoe. HEX triplet: 0D, 5A and 2A. RGB value is (13,90,42). Sum of RGB (Red+Green+Blue) = 13+90+42=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A2A is #F2A5D5. Grayscale: #3D3D3D. Windows color (decimal): -15902166 or 2775565. OLE color: 2775565.
HSL color Cylindrical-coordinate representation of color #0D5A2A: hue angle of 142.6º 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 #0D5A2A is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 90 | 42 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.65 |
| HSL | 142.6º | 0.75% | 0.2% | - |
| HSV(B) | 142.6º | 0.86% | 0.35% | - |
| XYZ | 4.24 | 7.57 | 3.43 | - |
| YUV | 61.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 90 | 42 | 0.86 | 0 | 0.53 | 0.65 | 142.6 | 0.75 | 0.2 |
| Hex | D | 5A | 2A | 56 | 0 | 35 | 41 | 8F | 4B | 14 |
| Octal | 15 | 132 | 52 | 126 | 0 | 65 | 101 | 217 | 113 | 24 |
| Binary | 1101 | 1011010 | 101010 | 1010110 | 0 | 110101 | 1000001 | 10001111 | 1001011 | 10100 |
Color Harmonies of #0D5A2A
Complementary color
Monochromatic Colors of #0D5A2A
Black with #0D5A2A
Text Example
Text Example
White with #0D5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5A2A; }
p { color: rgb(13,90,42); }
H1.HeaderClassName
{
color: #0D5A2A;
}
.AnyTagClassName
{
color: #0D5A2A;
}
</style>
background-color css
<style>
a { background-color: #0D5A2A; }
a { background-color: rgb(13,90,42); }
div.DivClassName
{
background-color: #0D5A2A;
}
.BgClassName
{
background-color: #0D5A2A;
}
</style>
border-color css
<style>
span { border-color: #0D5A2A; }
span { border-color: rgb(13,90,42); }
td.TdClassName
{
border-color: #0D5A2A;
}
.TagClassName
{
border-color: #0D5A2A;
}
</style>