Shades of Crusoe #135629
Tints of Crusoe #135629
RGB
CMYK
RGB Variations
Color information
#135629 (or 0x135629) is known color: Crusoe. HEX triplet: 13, 56 and 29. RGB value is (19,86,41). Sum of RGB (Red+Green+Blue) = 19+86+41=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 86 (33.98% from 255 or 58.90% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 86 - color contains mainly: green. Hex color #135629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135629 is #ECA9D6. Grayscale: #3C3C3C. Windows color (decimal): -15509975 or 2709011. OLE color: 2709011.
HSL color Cylindrical-coordinate representation of color #135629: hue angle of 139.7º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135629 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 41 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.66 |
| HSL | 139.7º | 0.64% | 0.21% | - |
| HSV(B) | 139.7º | 0.78% | 0.34% | - |
| XYZ | 4 | 6.95 | 3.23 | - |
| YUV | 60.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 41 | 0.78 | 0 | 0.52 | 0.66 | 139.7 | 0.64 | 0.21 |
| Hex | 13 | 56 | 29 | 4E | 0 | 34 | 42 | 8C | 40 | 15 |
| Octal | 23 | 126 | 51 | 116 | 0 | 64 | 102 | 214 | 100 | 25 |
| Binary | 10011 | 1010110 | 101001 | 1001110 | 0 | 110100 | 1000010 | 10001100 | 1000000 | 10101 |
Color Harmonies of #135629
Complementary color
Monochromatic Colors of #135629
Black with #135629
Text Example
Text Example
White with #135629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135629; }
p { color: rgb(19,86,41); }
H1.HeaderClassName
{
color: #135629;
}
.AnyTagClassName
{
color: #135629;
}
</style>
background-color css
<style>
a { background-color: #135629; }
a { background-color: rgb(19,86,41); }
div.DivClassName
{
background-color: #135629;
}
.BgClassName
{
background-color: #135629;
}
</style>
border-color css
<style>
span { border-color: #135629; }
span { border-color: rgb(19,86,41); }
td.TdClassName
{
border-color: #135629;
}
.TagClassName
{
border-color: #135629;
}
</style>