Shades of Crusoe #135029
Tints of Crusoe #135029
RGB
CMYK
RGB Variations
Color information
#135029 (or 0x135029) is known color: Crusoe. HEX triplet: 13, 50 and 29. RGB value is (19,80,41). Sum of RGB (Red+Green+Blue) = 19+80+41=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #135029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135029 is #ECAFD6. Grayscale: #393939. Windows color (decimal): -15511511 or 2707475. OLE color: 2707475.
HSL color Cylindrical-coordinate representation of color #135029: hue angle of 141.64º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135029 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 41 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.69 |
| HSL | 141.64º | 0.62% | 0.19% | - |
| HSV(B) | 141.64º | 0.76% | 0.31% | - |
| XYZ | 3.54 | 6.04 | 3.08 | - |
| YUV | 57.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 41 | 0.76 | 0 | 0.49 | 0.69 | 141.64 | 0.62 | 0.19 |
| Hex | 13 | 50 | 29 | 4C | 0 | 31 | 45 | 8E | 3E | 13 |
| Octal | 23 | 120 | 51 | 114 | 0 | 61 | 105 | 216 | 76 | 23 |
| Binary | 10011 | 1010000 | 101001 | 1001100 | 0 | 110001 | 1000101 | 10001110 | 111110 | 10011 |
Color Harmonies of #135029
Complementary color
Monochromatic Colors of #135029
Black with #135029
Text Example
Text Example
White with #135029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135029; }
p { color: rgb(19,80,41); }
H1.HeaderClassName
{
color: #135029;
}
.AnyTagClassName
{
color: #135029;
}
</style>
background-color css
<style>
a { background-color: #135029; }
a { background-color: rgb(19,80,41); }
div.DivClassName
{
background-color: #135029;
}
.BgClassName
{
background-color: #135029;
}
</style>
border-color css
<style>
span { border-color: #135029; }
span { border-color: rgb(19,80,41); }
td.TdClassName
{
border-color: #135029;
}
.TagClassName
{
border-color: #135029;
}
</style>