Shades of Crusoe #135331
Tints of Crusoe #135331
RGB
CMYK
RGB Variations
Color information
#135331 (or 0x135331) is known color: Crusoe. HEX triplet: 13, 53 and 31. RGB value is (19,83,49). Sum of RGB (Red+Green+Blue) = 19+83+49=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #135331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135331 is #ECACCE. Grayscale: #3C3C3C. Windows color (decimal): -15510735 or 3232531. OLE color: 3232531.
HSL color Cylindrical-coordinate representation of color #135331: hue angle of 148.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135331 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 49 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.67 |
| HSL | 148.13º | 0.63% | 0.2% | - |
| HSV(B) | 148.13º | 0.77% | 0.33% | - |
| XYZ | 3.92 | 6.55 | 3.96 | - |
| YUV | 59.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 49 | 0.77 | 0 | 0.41 | 0.67 | 148.13 | 0.63 | 0.2 |
| Hex | 13 | 53 | 31 | 4D | 0 | 29 | 43 | 94 | 3F | 14 |
| Octal | 23 | 123 | 61 | 115 | 0 | 51 | 103 | 224 | 77 | 24 |
| Binary | 10011 | 1010011 | 110001 | 1001101 | 0 | 101001 | 1000011 | 10010100 | 111111 | 10100 |
Color Harmonies of #135331
Complementary color
Monochromatic Colors of #135331
Black with #135331
Text Example
Text Example
White with #135331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135331; }
p { color: rgb(19,83,49); }
H1.HeaderClassName
{
color: #135331;
}
.AnyTagClassName
{
color: #135331;
}
</style>
background-color css
<style>
a { background-color: #135331; }
a { background-color: rgb(19,83,49); }
div.DivClassName
{
background-color: #135331;
}
.BgClassName
{
background-color: #135331;
}
</style>
border-color css
<style>
span { border-color: #135331; }
span { border-color: rgb(19,83,49); }
td.TdClassName
{
border-color: #135331;
}
.TagClassName
{
border-color: #135331;
}
</style>