Shades of Crusoe #0D552D
Tints of Crusoe #0D552D
RGB
CMYK
RGB Variations
Color information
#0D552D (or 0x0D552D) is known color: Crusoe. HEX triplet: 0D, 55 and 2D. RGB value is (13,85,45). Sum of RGB (Red+Green+Blue) = 13+85+45=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #0D552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D552D is #F2AAD2. Grayscale: #3B3B3B. Windows color (decimal): -15903443 or 2970893. OLE color: 2970893.
HSL color Cylindrical-coordinate representation of color #0D552D: hue angle of 146.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D552D is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 85 | 45 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.67 |
| HSL | 146.67º | 0.73% | 0.19% | - |
| HSV(B) | 146.67º | 0.85% | 0.33% | - |
| XYZ | 3.89 | 6.77 | 3.58 | - |
| YUV | 58.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 45 | 0.85 | 0 | 0.47 | 0.67 | 146.67 | 0.73 | 0.19 |
| Hex | D | 55 | 2D | 55 | 0 | 2F | 43 | 93 | 49 | 13 |
| Octal | 15 | 125 | 55 | 125 | 0 | 57 | 103 | 223 | 111 | 23 |
| Binary | 1101 | 1010101 | 101101 | 1010101 | 0 | 101111 | 1000011 | 10010011 | 1001001 | 10011 |
Color Harmonies of #0D552D
Complementary color
Monochromatic Colors of #0D552D
Black with #0D552D
Text Example
Text Example
White with #0D552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D552D; }
p { color: rgb(13,85,45); }
H1.HeaderClassName
{
color: #0D552D;
}
.AnyTagClassName
{
color: #0D552D;
}
</style>
background-color css
<style>
a { background-color: #0D552D; }
a { background-color: rgb(13,85,45); }
div.DivClassName
{
background-color: #0D552D;
}
.BgClassName
{
background-color: #0D552D;
}
</style>
border-color css
<style>
span { border-color: #0D552D; }
span { border-color: rgb(13,85,45); }
td.TdClassName
{
border-color: #0D552D;
}
.TagClassName
{
border-color: #0D552D;
}
</style>