Shades of Crusoe #135B28
Tints of Crusoe #135B28
RGB
CMYK
RGB Variations
Color information
#135B28 (or 0x135B28) is known color: Crusoe. HEX triplet: 13, 5B and 28. RGB value is (19,91,40). Sum of RGB (Red+Green+Blue) = 19+91+40=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #135B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B28 is #ECA4D7. Grayscale: #3F3F3F. Windows color (decimal): -15508696 or 2644755. OLE color: 2644755.
HSL color Cylindrical-coordinate representation of color #135B28: hue angle of 137.5º 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 #135B28 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 40 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.64 |
| HSL | 137.5º | 0.65% | 0.22% | - |
| HSV(B) | 137.5º | 0.79% | 0.36% | - |
| XYZ | 4.39 | 7.77 | 3.28 | - |
| YUV | 63.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 40 | 0.79 | 0 | 0.56 | 0.64 | 137.5 | 0.65 | 0.22 |
| Hex | 13 | 5B | 28 | 4F | 0 | 38 | 40 | 8A | 41 | 16 |
| Octal | 23 | 133 | 50 | 117 | 0 | 70 | 100 | 212 | 101 | 26 |
| Binary | 10011 | 1011011 | 101000 | 1001111 | 0 | 111000 | 1000000 | 10001010 | 1000001 | 10110 |
Color Harmonies of #135B28
Complementary color
Monochromatic Colors of #135B28
Black with #135B28
Text Example
Text Example
White with #135B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B28; }
p { color: rgb(19,91,40); }
H1.HeaderClassName
{
color: #135B28;
}
.AnyTagClassName
{
color: #135B28;
}
</style>
background-color css
<style>
a { background-color: #135B28; }
a { background-color: rgb(19,91,40); }
div.DivClassName
{
background-color: #135B28;
}
.BgClassName
{
background-color: #135B28;
}
</style>
border-color css
<style>
span { border-color: #135B28; }
span { border-color: rgb(19,91,40); }
td.TdClassName
{
border-color: #135B28;
}
.TagClassName
{
border-color: #135B28;
}
</style>