Shades of Crusoe #135528
Tints of Crusoe #135528
RGB
CMYK
RGB Variations
Color information
#135528 (or 0x135528) is known color: Crusoe. HEX triplet: 13, 55 and 28. RGB value is (19,85,40). Sum of RGB (Red+Green+Blue) = 19+85+40=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #135528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135528 is #ECAAD7. Grayscale: #3C3C3C. Windows color (decimal): -15510232 or 2643219. OLE color: 2643219.
HSL color Cylindrical-coordinate representation of color #135528: hue angle of 139.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135528 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 40 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.67 |
| HSL | 139.09º | 0.63% | 0.2% | - |
| HSV(B) | 139.09º | 0.78% | 0.33% | - |
| XYZ | 3.9 | 6.79 | 3.11 | - |
| YUV | 60.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 40 | 0.78 | 0 | 0.53 | 0.67 | 139.09 | 0.63 | 0.2 |
| Hex | 13 | 55 | 28 | 4E | 0 | 35 | 43 | 8B | 3F | 14 |
| Octal | 23 | 125 | 50 | 116 | 0 | 65 | 103 | 213 | 77 | 24 |
| Binary | 10011 | 1010101 | 101000 | 1001110 | 0 | 110101 | 1000011 | 10001011 | 111111 | 10100 |
Color Harmonies of #135528
Complementary color
Monochromatic Colors of #135528
Black with #135528
Text Example
Text Example
White with #135528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135528; }
p { color: rgb(19,85,40); }
H1.HeaderClassName
{
color: #135528;
}
.AnyTagClassName
{
color: #135528;
}
</style>
background-color css
<style>
a { background-color: #135528; }
a { background-color: rgb(19,85,40); }
div.DivClassName
{
background-color: #135528;
}
.BgClassName
{
background-color: #135528;
}
</style>
border-color css
<style>
span { border-color: #135528; }
span { border-color: rgb(19,85,40); }
td.TdClassName
{
border-color: #135528;
}
.TagClassName
{
border-color: #135528;
}
</style>