Shades of Crusoe #135720
Tints of Crusoe #135720
RGB
CMYK
RGB Variations
Color information
#135720 (or 0x135720) is known color: Crusoe. HEX triplet: 13, 57 and 20. RGB value is (19,87,32). Sum of RGB (Red+Green+Blue) = 19+87+32=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #135720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135720 is #ECA8DF. Grayscale: #3C3C3C. Windows color (decimal): -15509728 or 2119443. OLE color: 2119443.
HSL color Cylindrical-coordinate representation of color #135720: hue angle of 131.47º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135720 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 87 | 32 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.66 |
| HSL | 131.47º | 0.64% | 0.21% | - |
| HSV(B) | 131.47º | 0.78% | 0.34% | - |
| XYZ | 3.94 | 7.06 | 2.52 | - |
| YUV | 60.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 32 | 0.78 | 0 | 0.63 | 0.66 | 131.47 | 0.64 | 0.21 |
| Hex | 13 | 57 | 20 | 4E | 0 | 3F | 42 | 83 | 40 | 15 |
| Octal | 23 | 127 | 40 | 116 | 0 | 77 | 102 | 203 | 100 | 25 |
| Binary | 10011 | 1010111 | 100000 | 1001110 | 0 | 111111 | 1000010 | 10000011 | 1000000 | 10101 |
Color Harmonies of #135720
Complementary color
Monochromatic Colors of #135720
Black with #135720
Text Example
Text Example
White with #135720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135720; }
p { color: rgb(19,87,32); }
H1.HeaderClassName
{
color: #135720;
}
.AnyTagClassName
{
color: #135720;
}
</style>
background-color css
<style>
a { background-color: #135720; }
a { background-color: rgb(19,87,32); }
div.DivClassName
{
background-color: #135720;
}
.BgClassName
{
background-color: #135720;
}
</style>
border-color css
<style>
span { border-color: #135720; }
span { border-color: rgb(19,87,32); }
td.TdClassName
{
border-color: #135720;
}
.TagClassName
{
border-color: #135720;
}
</style>