Shades of Crusoe #135C1C
Tints of Crusoe #135C1C
RGB
CMYK
RGB Variations
Color information
#135C1C (or 0x135C1C) is known color: Crusoe. HEX triplet: 13, 5C and 1C. RGB value is (19,92,28). Sum of RGB (Red+Green+Blue) = 19+92+28=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #135C1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C1C is #ECA3E3. Grayscale: #3F3F3F. Windows color (decimal): -15508452 or 1858579. OLE color: 1858579.
HSL color Cylindrical-coordinate representation of color #135C1C: hue angle of 127.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C1C is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 28 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.64 |
| HSL | 127.4º | 0.66% | 0.22% | - |
| HSV(B) | 127.4º | 0.79% | 0.36% | - |
| XYZ | 4.31 | 7.88 | 2.39 | - |
| YUV | 62.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 28 | 0.79 | 0 | 0.70 | 0.64 | 127.4 | 0.66 | 0.22 |
| Hex | 13 | 5C | 1C | 4F | 0 | 46 | 40 | 7F | 42 | 16 |
| Octal | 23 | 134 | 34 | 117 | 0 | 106 | 100 | 177 | 102 | 26 |
| Binary | 10011 | 1011100 | 11100 | 1001111 | 0 | 1000110 | 1000000 | 1111111 | 1000010 | 10110 |
Color Harmonies of #135C1C
Complementary color
Monochromatic Colors of #135C1C
Black with #135C1C
Text Example
Text Example
White with #135C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C1C; }
p { color: rgb(19,92,28); }
H1.HeaderClassName
{
color: #135C1C;
}
.AnyTagClassName
{
color: #135C1C;
}
</style>
background-color css
<style>
a { background-color: #135C1C; }
a { background-color: rgb(19,92,28); }
div.DivClassName
{
background-color: #135C1C;
}
.BgClassName
{
background-color: #135C1C;
}
</style>
border-color css
<style>
span { border-color: #135C1C; }
span { border-color: rgb(19,92,28); }
td.TdClassName
{
border-color: #135C1C;
}
.TagClassName
{
border-color: #135C1C;
}
</style>