Shades of Crusoe #135927
Tints of Crusoe #135927
RGB
CMYK
RGB Variations
Color information
#135927 (or 0x135927) is known color: Crusoe. HEX triplet: 13, 59 and 27. RGB value is (19,89,39). Sum of RGB (Red+Green+Blue) = 19+89+39=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #135927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135927 is #ECA6D8. Grayscale: #3E3E3E. Windows color (decimal): -15509209 or 2578707. OLE color: 2578707.
HSL color Cylindrical-coordinate representation of color #135927: hue angle of 137.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135927 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 39 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.65 |
| HSL | 137.14º | 0.65% | 0.21% | - |
| HSV(B) | 137.14º | 0.79% | 0.35% | - |
| XYZ | 4.21 | 7.43 | 3.13 | - |
| YUV | 62.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 39 | 0.79 | 0 | 0.56 | 0.65 | 137.14 | 0.65 | 0.21 |
| Hex | 13 | 59 | 27 | 4F | 0 | 38 | 41 | 89 | 41 | 15 |
| Octal | 23 | 131 | 47 | 117 | 0 | 70 | 101 | 211 | 101 | 25 |
| Binary | 10011 | 1011001 | 100111 | 1001111 | 0 | 111000 | 1000001 | 10001001 | 1000001 | 10101 |
Color Harmonies of #135927
Complementary color
Monochromatic Colors of #135927
Black with #135927
Text Example
Text Example
White with #135927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135927; }
p { color: rgb(19,89,39); }
H1.HeaderClassName
{
color: #135927;
}
.AnyTagClassName
{
color: #135927;
}
</style>
background-color css
<style>
a { background-color: #135927; }
a { background-color: rgb(19,89,39); }
div.DivClassName
{
background-color: #135927;
}
.BgClassName
{
background-color: #135927;
}
</style>
border-color css
<style>
span { border-color: #135927; }
span { border-color: rgb(19,89,39); }
td.TdClassName
{
border-color: #135927;
}
.TagClassName
{
border-color: #135927;
}
</style>