Shades of Crusoe #135D2F
Tints of Crusoe #135D2F
RGB
CMYK
RGB Variations
Color information
#135D2F (or 0x135D2F) is known color: Crusoe. HEX triplet: 13, 5D and 2F. RGB value is (19,93,47). Sum of RGB (Red+Green+Blue) = 19+93+47=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #135D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D2F is #ECA2D0. Grayscale: #414141. Windows color (decimal): -15508177 or 3104019. OLE color: 3104019.
HSL color Cylindrical-coordinate representation of color #135D2F: hue angle of 142.7º 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 #135D2F is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 47 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.64 |
| HSL | 142.7º | 0.66% | 0.22% | - |
| HSV(B) | 142.7º | 0.8% | 0.36% | - |
| XYZ | 4.7 | 8.17 | 4.02 | - |
| YUV | 65.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 47 | 0.80 | 0 | 0.49 | 0.64 | 142.7 | 0.66 | 0.22 |
| Hex | 13 | 5D | 2F | 50 | 0 | 31 | 40 | 8F | 42 | 16 |
| Octal | 23 | 135 | 57 | 120 | 0 | 61 | 100 | 217 | 102 | 26 |
| Binary | 10011 | 1011101 | 101111 | 1010000 | 0 | 110001 | 1000000 | 10001111 | 1000010 | 10110 |
Color Harmonies of #135D2F
Complementary color
Monochromatic Colors of #135D2F
Black with #135D2F
Text Example
Text Example
White with #135D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D2F; }
p { color: rgb(19,93,47); }
H1.HeaderClassName
{
color: #135D2F;
}
.AnyTagClassName
{
color: #135D2F;
}
</style>
background-color css
<style>
a { background-color: #135D2F; }
a { background-color: rgb(19,93,47); }
div.DivClassName
{
background-color: #135D2F;
}
.BgClassName
{
background-color: #135D2F;
}
</style>
border-color css
<style>
span { border-color: #135D2F; }
span { border-color: rgb(19,93,47); }
td.TdClassName
{
border-color: #135D2F;
}
.TagClassName
{
border-color: #135D2F;
}
</style>