Shades of Crusoe #135B36
Tints of Crusoe #135B36
RGB
CMYK
RGB Variations
Color information
#135B36 (or 0x135B36) is known color: Crusoe. HEX triplet: 13, 5B and 36. RGB value is (19,91,54). Sum of RGB (Red+Green+Blue) = 19+91+54=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #135B36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B36 is #ECA4C9. Grayscale: #414141. Windows color (decimal): -15508682 or 3562259. OLE color: 3562259.
HSL color Cylindrical-coordinate representation of color #135B36: hue angle of 149.17º 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 #135B36 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 54 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.64 |
| HSL | 149.17º | 0.65% | 0.22% | - |
| HSV(B) | 149.17º | 0.79% | 0.36% | - |
| XYZ | 4.68 | 7.89 | 4.77 | - |
| YUV | 65.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 54 | 0.79 | 0 | 0.41 | 0.64 | 149.17 | 0.65 | 0.22 |
| Hex | 13 | 5B | 36 | 4F | 0 | 29 | 40 | 95 | 41 | 16 |
| Octal | 23 | 133 | 66 | 117 | 0 | 51 | 100 | 225 | 101 | 26 |
| Binary | 10011 | 1011011 | 110110 | 1001111 | 0 | 101001 | 1000000 | 10010101 | 1000001 | 10110 |
Color Harmonies of #135B36
Complementary color
Monochromatic Colors of #135B36
Black with #135B36
Text Example
Text Example
White with #135B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B36; }
p { color: rgb(19,91,54); }
H1.HeaderClassName
{
color: #135B36;
}
.AnyTagClassName
{
color: #135B36;
}
</style>
background-color css
<style>
a { background-color: #135B36; }
a { background-color: rgb(19,91,54); }
div.DivClassName
{
background-color: #135B36;
}
.BgClassName
{
background-color: #135B36;
}
</style>
border-color css
<style>
span { border-color: #135B36; }
span { border-color: rgb(19,91,54); }
td.TdClassName
{
border-color: #135B36;
}
.TagClassName
{
border-color: #135B36;
}
</style>