Shades of Crusoe #135B29
Tints of Crusoe #135B29
RGB
CMYK
RGB Variations
Color information
#135B29 (or 0x135B29) is known color: Crusoe. HEX triplet: 13, 5B and 29. RGB value is (19,91,41). Sum of RGB (Red+Green+Blue) = 19+91+41=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #135B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B29 is #ECA4D6. Grayscale: #3F3F3F. Windows color (decimal): -15508695 or 2710291. OLE color: 2710291.
HSL color Cylindrical-coordinate representation of color #135B29: hue angle of 138.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B29 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 41 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.64 |
| HSL | 138.33º | 0.65% | 0.22% | - |
| HSV(B) | 138.33º | 0.79% | 0.36% | - |
| XYZ | 4.41 | 7.78 | 3.37 | - |
| YUV | 63.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 41 | 0.79 | 0 | 0.55 | 0.64 | 138.33 | 0.65 | 0.22 |
| Hex | 13 | 5B | 29 | 4F | 0 | 37 | 40 | 8A | 41 | 16 |
| Octal | 23 | 133 | 51 | 117 | 0 | 67 | 100 | 212 | 101 | 26 |
| Binary | 10011 | 1011011 | 101001 | 1001111 | 0 | 110111 | 1000000 | 10001010 | 1000001 | 10110 |
Color Harmonies of #135B29
Complementary color
Monochromatic Colors of #135B29
Black with #135B29
Text Example
Text Example
White with #135B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B29; }
p { color: rgb(19,91,41); }
H1.HeaderClassName
{
color: #135B29;
}
.AnyTagClassName
{
color: #135B29;
}
</style>
background-color css
<style>
a { background-color: #135B29; }
a { background-color: rgb(19,91,41); }
div.DivClassName
{
background-color: #135B29;
}
.BgClassName
{
background-color: #135B29;
}
</style>
border-color css
<style>
span { border-color: #135B29; }
span { border-color: rgb(19,91,41); }
td.TdClassName
{
border-color: #135B29;
}
.TagClassName
{
border-color: #135B29;
}
</style>