Shades of Crusoe #136129
Tints of Crusoe #136129
RGB
CMYK
RGB Variations
Color information
#136129 (or 0x136129) is known color: Crusoe. HEX triplet: 13, 61 and 29. RGB value is (19,97,41). Sum of RGB (Red+Green+Blue) = 19+97+41=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #136129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136129 is #EC9ED6. Grayscale: #434343. Windows color (decimal): -15507159 or 2711827. OLE color: 2711827.
HSL color Cylindrical-coordinate representation of color #136129: hue angle of 136.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136129 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 41 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.62 |
| HSL | 136.92º | 0.67% | 0.23% | - |
| HSV(B) | 136.92º | 0.8% | 0.38% | - |
| XYZ | 4.94 | 8.85 | 3.55 | - |
| YUV | 67.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 41 | 0.80 | 0 | 0.58 | 0.62 | 136.92 | 0.67 | 0.23 |
| Hex | 13 | 61 | 29 | 50 | 0 | 3A | 3E | 89 | 43 | 17 |
| Octal | 23 | 141 | 51 | 120 | 0 | 72 | 76 | 211 | 103 | 27 |
| Binary | 10011 | 1100001 | 101001 | 1010000 | 0 | 111010 | 111110 | 10001001 | 1000011 | 10111 |
Color Harmonies of #136129
Complementary color
Monochromatic Colors of #136129
Black with #136129
Text Example
Text Example
White with #136129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136129; }
p { color: rgb(19,97,41); }
H1.HeaderClassName
{
color: #136129;
}
.AnyTagClassName
{
color: #136129;
}
</style>
background-color css
<style>
a { background-color: #136129; }
a { background-color: rgb(19,97,41); }
div.DivClassName
{
background-color: #136129;
}
.BgClassName
{
background-color: #136129;
}
</style>
border-color css
<style>
span { border-color: #136129; }
span { border-color: rgb(19,97,41); }
td.TdClassName
{
border-color: #136129;
}
.TagClassName
{
border-color: #136129;
}
</style>