Shades of Crusoe #135B26
Tints of Crusoe #135B26
RGB
CMYK
RGB Variations
Color information
#135B26 (or 0x135B26) is known color: Crusoe. HEX triplet: 13, 5B and 26. RGB value is (19,91,38). Sum of RGB (Red+Green+Blue) = 19+91+38=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #135B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B26 is #ECA4D9. Grayscale: #3F3F3F. Windows color (decimal): -15508698 or 2513683. OLE color: 2513683.
HSL color Cylindrical-coordinate representation of color #135B26: hue angle of 135.83º 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 #135B26 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 38 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.64 |
| HSL | 135.83º | 0.65% | 0.22% | - |
| HSV(B) | 135.83º | 0.79% | 0.36% | - |
| XYZ | 4.36 | 7.76 | 3.1 | - |
| YUV | 63.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 38 | 0.79 | 0 | 0.58 | 0.64 | 135.83 | 0.65 | 0.22 |
| Hex | 13 | 5B | 26 | 4F | 0 | 3A | 40 | 88 | 41 | 16 |
| Octal | 23 | 133 | 46 | 117 | 0 | 72 | 100 | 210 | 101 | 26 |
| Binary | 10011 | 1011011 | 100110 | 1001111 | 0 | 111010 | 1000000 | 10001000 | 1000001 | 10110 |
Color Harmonies of #135B26
Complementary color
Monochromatic Colors of #135B26
Black with #135B26
Text Example
Text Example
White with #135B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B26; }
p { color: rgb(19,91,38); }
H1.HeaderClassName
{
color: #135B26;
}
.AnyTagClassName
{
color: #135B26;
}
</style>
background-color css
<style>
a { background-color: #135B26; }
a { background-color: rgb(19,91,38); }
div.DivClassName
{
background-color: #135B26;
}
.BgClassName
{
background-color: #135B26;
}
</style>
border-color css
<style>
span { border-color: #135B26; }
span { border-color: rgb(19,91,38); }
td.TdClassName
{
border-color: #135B26;
}
.TagClassName
{
border-color: #135B26;
}
</style>