Shades of Crusoe #135525
Tints of Crusoe #135525
RGB
CMYK
RGB Variations
Color information
#135525 (or 0x135525) is known color: Crusoe. HEX triplet: 13, 55 and 25. RGB value is (19,85,37). Sum of RGB (Red+Green+Blue) = 19+85+37=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #135525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135525 is #ECAADA. Grayscale: #3B3B3B. Windows color (decimal): -15510235 or 2446611. OLE color: 2446611.
HSL color Cylindrical-coordinate representation of color #135525: hue angle of 136.36º 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 #135525 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 37 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.67 |
| HSL | 136.36º | 0.63% | 0.2% | - |
| HSV(B) | 136.36º | 0.78% | 0.33% | - |
| XYZ | 3.85 | 6.77 | 2.85 | - |
| YUV | 59.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 37 | 0.78 | 0 | 0.56 | 0.67 | 136.36 | 0.63 | 0.2 |
| Hex | 13 | 55 | 25 | 4E | 0 | 38 | 43 | 88 | 3F | 14 |
| Octal | 23 | 125 | 45 | 116 | 0 | 70 | 103 | 210 | 77 | 24 |
| Binary | 10011 | 1010101 | 100101 | 1001110 | 0 | 111000 | 1000011 | 10001000 | 111111 | 10100 |
Color Harmonies of #135525
Complementary color
Monochromatic Colors of #135525
Black with #135525
Text Example
Text Example
White with #135525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135525; }
p { color: rgb(19,85,37); }
H1.HeaderClassName
{
color: #135525;
}
.AnyTagClassName
{
color: #135525;
}
</style>
background-color css
<style>
a { background-color: #135525; }
a { background-color: rgb(19,85,37); }
div.DivClassName
{
background-color: #135525;
}
.BgClassName
{
background-color: #135525;
}
</style>
border-color css
<style>
span { border-color: #135525; }
span { border-color: rgb(19,85,37); }
td.TdClassName
{
border-color: #135525;
}
.TagClassName
{
border-color: #135525;
}
</style>