Shades of Crusoe #13552A
Tints of Crusoe #13552A
RGB
CMYK
RGB Variations
Color information
#13552A (or 0x13552A) is known color: Crusoe. HEX triplet: 13, 55 and 2A. RGB value is (19,85,42). Sum of RGB (Red+Green+Blue) = 19+85+42=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #13552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552A is #ECAAD5. Grayscale: #3C3C3C. Windows color (decimal): -15510230 or 2774291. OLE color: 2774291.
HSL color Cylindrical-coordinate representation of color #13552A: hue angle of 140.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13552A is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 42 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.67 |
| HSL | 140.91º | 0.63% | 0.2% | - |
| HSV(B) | 140.91º | 0.78% | 0.33% | - |
| XYZ | 3.93 | 6.8 | 3.3 | - |
| YUV | 60.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 42 | 0.78 | 0 | 0.51 | 0.67 | 140.91 | 0.63 | 0.2 |
| Hex | 13 | 55 | 2A | 4E | 0 | 33 | 43 | 8D | 3F | 14 |
| Octal | 23 | 125 | 52 | 116 | 0 | 63 | 103 | 215 | 77 | 24 |
| Binary | 10011 | 1010101 | 101010 | 1001110 | 0 | 110011 | 1000011 | 10001101 | 111111 | 10100 |
Color Harmonies of #13552A
Complementary color
Monochromatic Colors of #13552A
Black with #13552A
Text Example
Text Example
White with #13552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13552A; }
p { color: rgb(19,85,42); }
H1.HeaderClassName
{
color: #13552A;
}
.AnyTagClassName
{
color: #13552A;
}
</style>
background-color css
<style>
a { background-color: #13552A; }
a { background-color: rgb(19,85,42); }
div.DivClassName
{
background-color: #13552A;
}
.BgClassName
{
background-color: #13552A;
}
</style>
border-color css
<style>
span { border-color: #13552A; }
span { border-color: rgb(19,85,42); }
td.TdClassName
{
border-color: #13552A;
}
.TagClassName
{
border-color: #13552A;
}
</style>