Shades of Crusoe #135625
Tints of Crusoe #135625
RGB
CMYK
RGB Variations
Color information
#135625 (or 0x135625) is known color: Crusoe. HEX triplet: 13, 56 and 25. RGB value is (19,86,37). Sum of RGB (Red+Green+Blue) = 19+86+37=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #135625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135625 is #ECA9DA. Grayscale: #3C3C3C. Windows color (decimal): -15509979 or 2446867. OLE color: 2446867.
HSL color Cylindrical-coordinate representation of color #135625: hue angle of 136.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135625 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 37 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.66 |
| HSL | 136.12º | 0.64% | 0.21% | - |
| HSV(B) | 136.12º | 0.78% | 0.34% | - |
| XYZ | 3.93 | 6.93 | 2.88 | - |
| YUV | 60.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 37 | 0.78 | 0 | 0.57 | 0.66 | 136.12 | 0.64 | 0.21 |
| Hex | 13 | 56 | 25 | 4E | 0 | 39 | 42 | 88 | 40 | 15 |
| Octal | 23 | 126 | 45 | 116 | 0 | 71 | 102 | 210 | 100 | 25 |
| Binary | 10011 | 1010110 | 100101 | 1001110 | 0 | 111001 | 1000010 | 10001000 | 1000000 | 10101 |
Color Harmonies of #135625
Complementary color
Monochromatic Colors of #135625
Black with #135625
Text Example
Text Example
White with #135625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135625; }
p { color: rgb(19,86,37); }
H1.HeaderClassName
{
color: #135625;
}
.AnyTagClassName
{
color: #135625;
}
</style>
background-color css
<style>
a { background-color: #135625; }
a { background-color: rgb(19,86,37); }
div.DivClassName
{
background-color: #135625;
}
.BgClassName
{
background-color: #135625;
}
</style>
border-color css
<style>
span { border-color: #135625; }
span { border-color: rgb(19,86,37); }
td.TdClassName
{
border-color: #135625;
}
.TagClassName
{
border-color: #135625;
}
</style>