Shades of Crusoe #136127
Tints of Crusoe #136127
RGB
CMYK
RGB Variations
Color information
#136127 (or 0x136127) is known color: Crusoe. HEX triplet: 13, 61 and 27. RGB value is (19,97,39). Sum of RGB (Red+Green+Blue) = 19+97+39=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #136127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136127 is #EC9ED8. Grayscale: #434343. Windows color (decimal): -15507161 or 2580755. OLE color: 2580755.
HSL color Cylindrical-coordinate representation of color #136127: hue angle of 135.38º 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 #136127 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 39 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.62 |
| HSL | 135.38º | 0.67% | 0.23% | - |
| HSV(B) | 135.38º | 0.8% | 0.38% | - |
| XYZ | 4.91 | 8.83 | 3.37 | - |
| YUV | 67.07 | 112.16 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 39 | 0.80 | 0 | 0.60 | 0.62 | 135.38 | 0.67 | 0.23 |
| Hex | 13 | 61 | 27 | 50 | 0 | 3C | 3E | 87 | 43 | 17 |
| Octal | 23 | 141 | 47 | 120 | 0 | 74 | 76 | 207 | 103 | 27 |
| Binary | 10011 | 1100001 | 100111 | 1010000 | 0 | 111100 | 111110 | 10000111 | 1000011 | 10111 |
Color Harmonies of #136127
Complementary color
Monochromatic Colors of #136127
Black with #136127
Text Example
Text Example
White with #136127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136127; }
p { color: rgb(19,97,39); }
H1.HeaderClassName
{
color: #136127;
}
.AnyTagClassName
{
color: #136127;
}
</style>
background-color css
<style>
a { background-color: #136127; }
a { background-color: rgb(19,97,39); }
div.DivClassName
{
background-color: #136127;
}
.BgClassName
{
background-color: #136127;
}
</style>
border-color css
<style>
span { border-color: #136127; }
span { border-color: rgb(19,97,39); }
td.TdClassName
{
border-color: #136127;
}
.TagClassName
{
border-color: #136127;
}
</style>