Shades of Crusoe #0D6A25
Tints of Crusoe #0D6A25
RGB
CMYK
RGB Variations
Color information
#0D6A25 (or 0x0D6A25) is known color: Crusoe. HEX triplet: 0D, 6A and 25. RGB value is (13,106,37). Sum of RGB (Red+Green+Blue) = 13+106+37=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 106 (41.80% from 255 or 67.95% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6A25 is #F295DA. Grayscale: #464646. Windows color (decimal): -15898075 or 2451981. OLE color: 2451981.
HSL color Cylindrical-coordinate representation of color #0D6A25: hue angle of 135.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6A25 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 106 | 37 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.58 |
| HSL | 135.48º | 0.78% | 0.23% | - |
| HSV(B) | 135.48º | 0.88% | 0.42% | - |
| XYZ | 5.65 | 10.53 | 3.48 | - |
| YUV | 70.33 | 109.19 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 106 | 37 | 0.88 | 0 | 0.65 | 0.58 | 135.48 | 0.78 | 0.23 |
| Hex | D | 6A | 25 | 58 | 0 | 41 | 3A | 87 | 4E | 17 |
| Octal | 15 | 152 | 45 | 130 | 0 | 101 | 72 | 207 | 116 | 27 |
| Binary | 1101 | 1101010 | 100101 | 1011000 | 0 | 1000001 | 111010 | 10000111 | 1001110 | 10111 |
Color Harmonies of #0D6A25
Complementary color
Monochromatic Colors of #0D6A25
Black with #0D6A25
Text Example
Text Example
White with #0D6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6A25; }
p { color: rgb(13,106,37); }
H1.HeaderClassName
{
color: #0D6A25;
}
.AnyTagClassName
{
color: #0D6A25;
}
</style>
background-color css
<style>
a { background-color: #0D6A25; }
a { background-color: rgb(13,106,37); }
div.DivClassName
{
background-color: #0D6A25;
}
.BgClassName
{
background-color: #0D6A25;
}
</style>
border-color css
<style>
span { border-color: #0D6A25; }
span { border-color: rgb(13,106,37); }
td.TdClassName
{
border-color: #0D6A25;
}
.TagClassName
{
border-color: #0D6A25;
}
</style>