Shades of Crusoe #135521
Tints of Crusoe #135521
RGB
CMYK
RGB Variations
Color information
#135521 (or 0x135521) is known color: Crusoe. HEX triplet: 13, 55 and 21. RGB value is (19,85,33). Sum of RGB (Red+Green+Blue) = 19+85+33=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #135521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135521 is #ECAADE. Grayscale: #3B3B3B. Windows color (decimal): -15510239 or 2184467. OLE color: 2184467.
HSL color Cylindrical-coordinate representation of color #135521: hue angle of 132.73º 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 #135521 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 33 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.67 |
| HSL | 132.73º | 0.63% | 0.2% | - |
| HSV(B) | 132.73º | 0.78% | 0.33% | - |
| XYZ | 3.79 | 6.75 | 2.54 | - |
| YUV | 59.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 33 | 0.78 | 0 | 0.61 | 0.67 | 132.73 | 0.63 | 0.2 |
| Hex | 13 | 55 | 21 | 4E | 0 | 3D | 43 | 85 | 3F | 14 |
| Octal | 23 | 125 | 41 | 116 | 0 | 75 | 103 | 205 | 77 | 24 |
| Binary | 10011 | 1010101 | 100001 | 1001110 | 0 | 111101 | 1000011 | 10000101 | 111111 | 10100 |
Color Harmonies of #135521
Complementary color
Monochromatic Colors of #135521
Black with #135521
Text Example
Text Example
White with #135521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135521; }
p { color: rgb(19,85,33); }
H1.HeaderClassName
{
color: #135521;
}
.AnyTagClassName
{
color: #135521;
}
</style>
background-color css
<style>
a { background-color: #135521; }
a { background-color: rgb(19,85,33); }
div.DivClassName
{
background-color: #135521;
}
.BgClassName
{
background-color: #135521;
}
</style>
border-color css
<style>
span { border-color: #135521; }
span { border-color: rgb(19,85,33); }
td.TdClassName
{
border-color: #135521;
}
.TagClassName
{
border-color: #135521;
}
</style>