Shades of Crusoe #136721
Tints of Crusoe #136721
RGB
CMYK
RGB Variations
Color information
#136721 (or 0x136721) is known color: Crusoe. HEX triplet: 13, 67 and 21. RGB value is (19,103,33). Sum of RGB (Red+Green+Blue) = 19+103+33=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #136721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136721 is #EC98DE. Grayscale: #464646. Windows color (decimal): -15505631 or 2189075. OLE color: 2189075.
HSL color Cylindrical-coordinate representation of color #136721: hue angle of 130º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136721 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 33 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.60 |
| HSL | 130º | 0.69% | 0.24% | - |
| HSV(B) | 130º | 0.82% | 0.4% | - |
| XYZ | 5.39 | 9.95 | 3.07 | - |
| YUV | 69.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 33 | 0.82 | 0 | 0.68 | 0.60 | 130 | 0.69 | 0.24 |
| Hex | 13 | 67 | 21 | 52 | 0 | 44 | 3C | 82 | 45 | 18 |
| Octal | 23 | 147 | 41 | 122 | 0 | 104 | 74 | 202 | 105 | 30 |
| Binary | 10011 | 1100111 | 100001 | 1010010 | 0 | 1000100 | 111100 | 10000010 | 1000101 | 11000 |
Color Harmonies of #136721
Complementary color
Monochromatic Colors of #136721
Black with #136721
Text Example
Text Example
White with #136721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136721; }
p { color: rgb(19,103,33); }
H1.HeaderClassName
{
color: #136721;
}
.AnyTagClassName
{
color: #136721;
}
</style>
background-color css
<style>
a { background-color: #136721; }
a { background-color: rgb(19,103,33); }
div.DivClassName
{
background-color: #136721;
}
.BgClassName
{
background-color: #136721;
}
</style>
border-color css
<style>
span { border-color: #136721; }
span { border-color: rgb(19,103,33); }
td.TdClassName
{
border-color: #136721;
}
.TagClassName
{
border-color: #136721;
}
</style>