Shades of Crusoe #13532C
Tints of Crusoe #13532C
RGB
CMYK
RGB Variations
Color information
#13532C (or 0x13532C) is known color: Crusoe. HEX triplet: 13, 53 and 2C. RGB value is (19,83,44). Sum of RGB (Red+Green+Blue) = 19+83+44=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #13532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13532C is #ECACD3. Grayscale: #3B3B3B. Windows color (decimal): -15510740 or 2904851. OLE color: 2904851.
HSL color Cylindrical-coordinate representation of color #13532C: hue angle of 143.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13532C is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 44 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.67 |
| HSL | 143.44º | 0.63% | 0.2% | - |
| HSV(B) | 143.44º | 0.77% | 0.33% | - |
| XYZ | 3.82 | 6.51 | 3.44 | - |
| YUV | 59.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 44 | 0.77 | 0 | 0.47 | 0.67 | 143.44 | 0.63 | 0.2 |
| Hex | 13 | 53 | 2C | 4D | 0 | 2F | 43 | 8F | 3F | 14 |
| Octal | 23 | 123 | 54 | 115 | 0 | 57 | 103 | 217 | 77 | 24 |
| Binary | 10011 | 1010011 | 101100 | 1001101 | 0 | 101111 | 1000011 | 10001111 | 111111 | 10100 |
Color Harmonies of #13532C
Complementary color
Monochromatic Colors of #13532C
Black with #13532C
Text Example
Text Example
White with #13532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13532C; }
p { color: rgb(19,83,44); }
H1.HeaderClassName
{
color: #13532C;
}
.AnyTagClassName
{
color: #13532C;
}
</style>
background-color css
<style>
a { background-color: #13532C; }
a { background-color: rgb(19,83,44); }
div.DivClassName
{
background-color: #13532C;
}
.BgClassName
{
background-color: #13532C;
}
</style>
border-color css
<style>
span { border-color: #13532C; }
span { border-color: rgb(19,83,44); }
td.TdClassName
{
border-color: #13532C;
}
.TagClassName
{
border-color: #13532C;
}
</style>