Shades of Crusoe #0D532A
Tints of Crusoe #0D532A
RGB
CMYK
RGB Variations
Color information
#0D532A (or 0x0D532A) is known color: Crusoe. HEX triplet: 0D, 53 and 2A. RGB value is (13,83,42). Sum of RGB (Red+Green+Blue) = 13+83+42=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #0D532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D532A is #F2ACD5. Grayscale: #393939. Windows color (decimal): -15903958 or 2773773. OLE color: 2773773.
HSL color Cylindrical-coordinate representation of color #0D532A: hue angle of 144.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D532A is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 42 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.67 |
| HSL | 144.86º | 0.73% | 0.19% | - |
| HSV(B) | 144.86º | 0.84% | 0.33% | - |
| XYZ | 3.68 | 6.44 | 3.24 | - |
| YUV | 57.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 42 | 0.84 | 0 | 0.49 | 0.67 | 144.86 | 0.73 | 0.19 |
| Hex | D | 53 | 2A | 54 | 0 | 31 | 43 | 91 | 49 | 13 |
| Octal | 15 | 123 | 52 | 124 | 0 | 61 | 103 | 221 | 111 | 23 |
| Binary | 1101 | 1010011 | 101010 | 1010100 | 0 | 110001 | 1000011 | 10010001 | 1001001 | 10011 |
Color Harmonies of #0D532A
Complementary color
Monochromatic Colors of #0D532A
Black with #0D532A
Text Example
Text Example
White with #0D532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D532A; }
p { color: rgb(13,83,42); }
H1.HeaderClassName
{
color: #0D532A;
}
.AnyTagClassName
{
color: #0D532A;
}
</style>
background-color css
<style>
a { background-color: #0D532A; }
a { background-color: rgb(13,83,42); }
div.DivClassName
{
background-color: #0D532A;
}
.BgClassName
{
background-color: #0D532A;
}
</style>
border-color css
<style>
span { border-color: #0D532A; }
span { border-color: rgb(13,83,42); }
td.TdClassName
{
border-color: #0D532A;
}
.TagClassName
{
border-color: #0D532A;
}
</style>