Shades of Crusoe #135620
Tints of Crusoe #135620
RGB
CMYK
RGB Variations
Color information
#135620 (or 0x135620) is known color: Crusoe. HEX triplet: 13, 56 and 20. RGB value is (19,86,32). Sum of RGB (Red+Green+Blue) = 19+86+32=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #135620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135620 is #ECA9DF. Grayscale: #3B3B3B. Windows color (decimal): -15509984 or 2119187. OLE color: 2119187.
HSL color Cylindrical-coordinate representation of color #135620: hue angle of 131.64º 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 #135620 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 32 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.66 |
| HSL | 131.64º | 0.64% | 0.21% | - |
| HSV(B) | 131.64º | 0.78% | 0.34% | - |
| XYZ | 3.86 | 6.9 | 2.49 | - |
| YUV | 59.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 32 | 0.78 | 0 | 0.63 | 0.66 | 131.64 | 0.64 | 0.21 |
| Hex | 13 | 56 | 20 | 4E | 0 | 3F | 42 | 84 | 40 | 15 |
| Octal | 23 | 126 | 40 | 116 | 0 | 77 | 102 | 204 | 100 | 25 |
| Binary | 10011 | 1010110 | 100000 | 1001110 | 0 | 111111 | 1000010 | 10000100 | 1000000 | 10101 |
Color Harmonies of #135620
Complementary color
Monochromatic Colors of #135620
Black with #135620
Text Example
Text Example
White with #135620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135620; }
p { color: rgb(19,86,32); }
H1.HeaderClassName
{
color: #135620;
}
.AnyTagClassName
{
color: #135620;
}
</style>
background-color css
<style>
a { background-color: #135620; }
a { background-color: rgb(19,86,32); }
div.DivClassName
{
background-color: #135620;
}
.BgClassName
{
background-color: #135620;
}
</style>
border-color css
<style>
span { border-color: #135620; }
span { border-color: rgb(19,86,32); }
td.TdClassName
{
border-color: #135620;
}
.TagClassName
{
border-color: #135620;
}
</style>