Shades of Crusoe #136133
Tints of Crusoe #136133
RGB
CMYK
RGB Variations
Color information
#136133 (or 0x136133) is known color: Crusoe. HEX triplet: 13, 61 and 33. RGB value is (19,97,51). Sum of RGB (Red+Green+Blue) = 19+97+51=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #136133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136133 is #EC9ECC. Grayscale: #444444. Windows color (decimal): -15507149 or 3367187. OLE color: 3367187.
HSL color Cylindrical-coordinate representation of color #136133: hue angle of 144.62º 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 #136133 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 51 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.62 |
| HSL | 144.62º | 0.67% | 0.23% | - |
| HSV(B) | 144.62º | 0.8% | 0.38% | - |
| XYZ | 5.14 | 8.93 | 4.58 | - |
| YUV | 68.43 | 118.16 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 51 | 0.80 | 0 | 0.47 | 0.62 | 144.62 | 0.67 | 0.23 |
| Hex | 13 | 61 | 33 | 50 | 0 | 2F | 3E | 91 | 43 | 17 |
| Octal | 23 | 141 | 63 | 120 | 0 | 57 | 76 | 221 | 103 | 27 |
| Binary | 10011 | 1100001 | 110011 | 1010000 | 0 | 101111 | 111110 | 10010001 | 1000011 | 10111 |
Color Harmonies of #136133
Complementary color
Monochromatic Colors of #136133
Black with #136133
Text Example
Text Example
White with #136133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136133; }
p { color: rgb(19,97,51); }
H1.HeaderClassName
{
color: #136133;
}
.AnyTagClassName
{
color: #136133;
}
</style>
background-color css
<style>
a { background-color: #136133; }
a { background-color: rgb(19,97,51); }
div.DivClassName
{
background-color: #136133;
}
.BgClassName
{
background-color: #136133;
}
</style>
border-color css
<style>
span { border-color: #136133; }
span { border-color: rgb(19,97,51); }
td.TdClassName
{
border-color: #136133;
}
.TagClassName
{
border-color: #136133;
}
</style>