Shades of Crusoe #135C29
Tints of Crusoe #135C29
RGB
CMYK
RGB Variations
Color information
#135C29 (or 0x135C29) is known color: Crusoe. HEX triplet: 13, 5C and 29. RGB value is (19,92,41). Sum of RGB (Red+Green+Blue) = 19+92+41=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #135C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C29 is #ECA3D6. Grayscale: #404040. Windows color (decimal): -15508439 or 2710547. OLE color: 2710547.
HSL color Cylindrical-coordinate representation of color #135C29: hue angle of 138.08º 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 #135C29 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 41 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.64 |
| HSL | 138.08º | 0.66% | 0.22% | - |
| HSV(B) | 138.08º | 0.79% | 0.36% | - |
| XYZ | 4.5 | 7.95 | 3.4 | - |
| YUV | 64.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 41 | 0.79 | 0 | 0.55 | 0.64 | 138.08 | 0.66 | 0.22 |
| Hex | 13 | 5C | 29 | 4F | 0 | 37 | 40 | 8A | 42 | 16 |
| Octal | 23 | 134 | 51 | 117 | 0 | 67 | 100 | 212 | 102 | 26 |
| Binary | 10011 | 1011100 | 101001 | 1001111 | 0 | 110111 | 1000000 | 10001010 | 1000010 | 10110 |
Color Harmonies of #135C29
Complementary color
Monochromatic Colors of #135C29
Black with #135C29
Text Example
Text Example
White with #135C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C29; }
p { color: rgb(19,92,41); }
H1.HeaderClassName
{
color: #135C29;
}
.AnyTagClassName
{
color: #135C29;
}
</style>
background-color css
<style>
a { background-color: #135C29; }
a { background-color: rgb(19,92,41); }
div.DivClassName
{
background-color: #135C29;
}
.BgClassName
{
background-color: #135C29;
}
</style>
border-color css
<style>
span { border-color: #135C29; }
span { border-color: rgb(19,92,41); }
td.TdClassName
{
border-color: #135C29;
}
.TagClassName
{
border-color: #135C29;
}
</style>