Shades of Crusoe #135129
Tints of Crusoe #135129
RGB
CMYK
RGB Variations
Color information
#135129 (or 0x135129) is known color: Crusoe. HEX triplet: 13, 51 and 29. RGB value is (19,81,41). Sum of RGB (Red+Green+Blue) = 19+81+41=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #135129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135129 is #ECAED6. Grayscale: #3A3A3A. Windows color (decimal): -15511255 or 2707731. OLE color: 2707731.
HSL color Cylindrical-coordinate representation of color #135129: hue angle of 141.29º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135129 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 41 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.68 |
| HSL | 141.29º | 0.62% | 0.2% | - |
| HSV(B) | 141.29º | 0.77% | 0.32% | - |
| XYZ | 3.61 | 6.18 | 3.1 | - |
| YUV | 57.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 41 | 0.77 | 0 | 0.49 | 0.68 | 141.29 | 0.62 | 0.2 |
| Hex | 13 | 51 | 29 | 4D | 0 | 31 | 44 | 8D | 3E | 14 |
| Octal | 23 | 121 | 51 | 115 | 0 | 61 | 104 | 215 | 76 | 24 |
| Binary | 10011 | 1010001 | 101001 | 1001101 | 0 | 110001 | 1000100 | 10001101 | 111110 | 10100 |
Color Harmonies of #135129
Complementary color
Monochromatic Colors of #135129
Black with #135129
Text Example
Text Example
White with #135129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135129; }
p { color: rgb(19,81,41); }
H1.HeaderClassName
{
color: #135129;
}
.AnyTagClassName
{
color: #135129;
}
</style>
background-color css
<style>
a { background-color: #135129; }
a { background-color: rgb(19,81,41); }
div.DivClassName
{
background-color: #135129;
}
.BgClassName
{
background-color: #135129;
}
</style>
border-color css
<style>
span { border-color: #135129; }
span { border-color: rgb(19,81,41); }
td.TdClassName
{
border-color: #135129;
}
.TagClassName
{
border-color: #135129;
}
</style>