Shades of Crusoe #0D621B
Tints of Crusoe #0D621B
RGB
CMYK
RGB Variations
Color information
#0D621B (or 0x0D621B) is known color: Crusoe. HEX triplet: 0D, 62 and 1B. RGB value is (13,98,27). Sum of RGB (Red+Green+Blue) = 13+98+27=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #0D621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D621B is #F29DE4. Grayscale: #404040. Windows color (decimal): -15900133 or 1794573. OLE color: 1794573.
HSL color Cylindrical-coordinate representation of color #0D621B: hue angle of 129.88º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D621B is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 27 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.62 |
| HSL | 129.88º | 0.77% | 0.22% | - |
| HSV(B) | 129.88º | 0.87% | 0.38% | - |
| XYZ | 4.73 | 8.9 | 2.51 | - |
| YUV | 64.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 27 | 0.87 | 0 | 0.72 | 0.62 | 129.88 | 0.77 | 0.22 |
| Hex | D | 62 | 1B | 57 | 0 | 48 | 3E | 82 | 4D | 16 |
| Octal | 15 | 142 | 33 | 127 | 0 | 110 | 76 | 202 | 115 | 26 |
| Binary | 1101 | 1100010 | 11011 | 1010111 | 0 | 1001000 | 111110 | 10000010 | 1001101 | 10110 |
Color Harmonies of #0D621B
Complementary color
Monochromatic Colors of #0D621B
Black with #0D621B
Text Example
Text Example
White with #0D621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D621B; }
p { color: rgb(13,98,27); }
H1.HeaderClassName
{
color: #0D621B;
}
.AnyTagClassName
{
color: #0D621B;
}
</style>
background-color css
<style>
a { background-color: #0D621B; }
a { background-color: rgb(13,98,27); }
div.DivClassName
{
background-color: #0D621B;
}
.BgClassName
{
background-color: #0D621B;
}
</style>
border-color css
<style>
span { border-color: #0D621B; }
span { border-color: rgb(13,98,27); }
td.TdClassName
{
border-color: #0D621B;
}
.TagClassName
{
border-color: #0D621B;
}
</style>