Shades of Crusoe #136221
Tints of Crusoe #136221
RGB
CMYK
RGB Variations
Color information
#136221 (or 0x136221) is known color: Crusoe. HEX triplet: 13, 62 and 21. RGB value is (19,98,33). Sum of RGB (Red+Green+Blue) = 19+98+33=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #136221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136221 is #EC9DDE. Grayscale: #434343. Windows color (decimal): -15506911 or 2187795. OLE color: 2187795.
HSL color Cylindrical-coordinate representation of color #136221: hue angle of 130.63º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136221 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 98 | 33 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.62 |
| HSL | 130.63º | 0.68% | 0.23% | - |
| HSV(B) | 130.63º | 0.81% | 0.38% | - |
| XYZ | 4.91 | 8.98 | 2.91 | - |
| YUV | 66.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 33 | 0.81 | 0 | 0.66 | 0.62 | 130.63 | 0.68 | 0.23 |
| Hex | 13 | 62 | 21 | 51 | 0 | 42 | 3E | 83 | 44 | 17 |
| Octal | 23 | 142 | 41 | 121 | 0 | 102 | 76 | 203 | 104 | 27 |
| Binary | 10011 | 1100010 | 100001 | 1010001 | 0 | 1000010 | 111110 | 10000011 | 1000100 | 10111 |
Color Harmonies of #136221
Complementary color
Monochromatic Colors of #136221
Black with #136221
Text Example
Text Example
White with #136221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136221; }
p { color: rgb(19,98,33); }
H1.HeaderClassName
{
color: #136221;
}
.AnyTagClassName
{
color: #136221;
}
</style>
background-color css
<style>
a { background-color: #136221; }
a { background-color: rgb(19,98,33); }
div.DivClassName
{
background-color: #136221;
}
.BgClassName
{
background-color: #136221;
}
</style>
border-color css
<style>
span { border-color: #136221; }
span { border-color: rgb(19,98,33); }
td.TdClassName
{
border-color: #136221;
}
.TagClassName
{
border-color: #136221;
}
</style>