Shades of Crusoe #135826
Tints of Crusoe #135826
RGB
CMYK
RGB Variations
Color information
#135826 (or 0x135826) is known color: Crusoe. HEX triplet: 13, 58 and 26. RGB value is (19,88,38). Sum of RGB (Red+Green+Blue) = 19+88+38=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 88 (34.77% from 255 or 60.69% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 88 - color contains mainly: green. Hex color #135826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135826 is #ECA7D9. Grayscale: #3D3D3D. Windows color (decimal): -15509466 or 2512915. OLE color: 2512915.
HSL color Cylindrical-coordinate representation of color #135826: hue angle of 136.52º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135826 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 38 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.65 |
| HSL | 136.52º | 0.64% | 0.21% | - |
| HSV(B) | 136.52º | 0.78% | 0.35% | - |
| XYZ | 4.11 | 7.26 | 3.02 | - |
| YUV | 61.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 38 | 0.78 | 0 | 0.57 | 0.65 | 136.52 | 0.64 | 0.21 |
| Hex | 13 | 58 | 26 | 4E | 0 | 39 | 41 | 89 | 40 | 15 |
| Octal | 23 | 130 | 46 | 116 | 0 | 71 | 101 | 211 | 100 | 25 |
| Binary | 10011 | 1011000 | 100110 | 1001110 | 0 | 111001 | 1000001 | 10001001 | 1000000 | 10101 |
Color Harmonies of #135826
Complementary color
Monochromatic Colors of #135826
Black with #135826
Text Example
Text Example
White with #135826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135826; }
p { color: rgb(19,88,38); }
H1.HeaderClassName
{
color: #135826;
}
.AnyTagClassName
{
color: #135826;
}
</style>
background-color css
<style>
a { background-color: #135826; }
a { background-color: rgb(19,88,38); }
div.DivClassName
{
background-color: #135826;
}
.BgClassName
{
background-color: #135826;
}
</style>
border-color css
<style>
span { border-color: #135826; }
span { border-color: rgb(19,88,38); }
td.TdClassName
{
border-color: #135826;
}
.TagClassName
{
border-color: #135826;
}
</style>