Shades of Crusoe #135D31
Tints of Crusoe #135D31
RGB
CMYK
RGB Variations
Color information
#135D31 (or 0x135D31) is known color: Crusoe. HEX triplet: 13, 5D and 31. RGB value is (19,93,49). Sum of RGB (Red+Green+Blue) = 19+93+49=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #135D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D31 is #ECA2CE. Grayscale: #414141. Windows color (decimal): -15508175 or 3235091. OLE color: 3235091.
HSL color Cylindrical-coordinate representation of color #135D31: hue angle of 144.32º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D31 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 49 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.64 |
| HSL | 144.32º | 0.66% | 0.22% | - |
| HSV(B) | 144.32º | 0.8% | 0.36% | - |
| XYZ | 4.74 | 8.19 | 4.24 | - |
| YUV | 65.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 49 | 0.80 | 0 | 0.47 | 0.64 | 144.32 | 0.66 | 0.22 |
| Hex | 13 | 5D | 31 | 50 | 0 | 2F | 40 | 90 | 42 | 16 |
| Octal | 23 | 135 | 61 | 120 | 0 | 57 | 100 | 220 | 102 | 26 |
| Binary | 10011 | 1011101 | 110001 | 1010000 | 0 | 101111 | 1000000 | 10010000 | 1000010 | 10110 |
Color Harmonies of #135D31
Complementary color
Monochromatic Colors of #135D31
Black with #135D31
Text Example
Text Example
White with #135D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D31; }
p { color: rgb(19,93,49); }
H1.HeaderClassName
{
color: #135D31;
}
.AnyTagClassName
{
color: #135D31;
}
</style>
background-color css
<style>
a { background-color: #135D31; }
a { background-color: rgb(19,93,49); }
div.DivClassName
{
background-color: #135D31;
}
.BgClassName
{
background-color: #135D31;
}
</style>
border-color css
<style>
span { border-color: #135D31; }
span { border-color: rgb(19,93,49); }
td.TdClassName
{
border-color: #135D31;
}
.TagClassName
{
border-color: #135D31;
}
</style>