Shades of Crusoe #0D522F
Tints of Crusoe #0D522F
RGB
CMYK
RGB Variations
Color information
#0D522F (or 0x0D522F) is known color: Crusoe. HEX triplet: 0D, 52 and 2F. RGB value is (13,82,47). Sum of RGB (Red+Green+Blue) = 13+82+47=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #0D522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D522F is #F2ADD0. Grayscale: #393939. Windows color (decimal): -15904209 or 3101197. OLE color: 3101197.
HSL color Cylindrical-coordinate representation of color #0D522F: hue angle of 149.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D522F is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 47 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.68 |
| HSL | 149.57º | 0.73% | 0.19% | - |
| HSV(B) | 149.57º | 0.84% | 0.32% | - |
| XYZ | 3.7 | 6.33 | 3.72 | - |
| YUV | 57.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 47 | 0.84 | 0 | 0.43 | 0.68 | 149.57 | 0.73 | 0.19 |
| Hex | D | 52 | 2F | 54 | 0 | 2B | 44 | 96 | 49 | 13 |
| Octal | 15 | 122 | 57 | 124 | 0 | 53 | 104 | 226 | 111 | 23 |
| Binary | 1101 | 1010010 | 101111 | 1010100 | 0 | 101011 | 1000100 | 10010110 | 1001001 | 10011 |
Color Harmonies of #0D522F
Complementary color
Monochromatic Colors of #0D522F
Black with #0D522F
Text Example
Text Example
White with #0D522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D522F; }
p { color: rgb(13,82,47); }
H1.HeaderClassName
{
color: #0D522F;
}
.AnyTagClassName
{
color: #0D522F;
}
</style>
background-color css
<style>
a { background-color: #0D522F; }
a { background-color: rgb(13,82,47); }
div.DivClassName
{
background-color: #0D522F;
}
.BgClassName
{
background-color: #0D522F;
}
</style>
border-color css
<style>
span { border-color: #0D522F; }
span { border-color: rgb(13,82,47); }
td.TdClassName
{
border-color: #0D522F;
}
.TagClassName
{
border-color: #0D522F;
}
</style>