Shades of Crusoe #135C33
Tints of Crusoe #135C33
RGB
CMYK
RGB Variations
Color information
#135C33 (or 0x135C33) is known color: Crusoe. HEX triplet: 13, 5C and 33. RGB value is (19,92,51). Sum of RGB (Red+Green+Blue) = 19+92+51=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #135C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C33 is #ECA3CC. Grayscale: #414141. Windows color (decimal): -15508429 or 3365907. OLE color: 3365907.
HSL color Cylindrical-coordinate representation of color #135C33: hue angle of 146.3º 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 #135C33 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 51 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.64 |
| HSL | 146.3º | 0.66% | 0.22% | - |
| HSV(B) | 146.3º | 0.79% | 0.36% | - |
| XYZ | 4.69 | 8.03 | 4.43 | - |
| YUV | 65.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 51 | 0.79 | 0 | 0.45 | 0.64 | 146.3 | 0.66 | 0.22 |
| Hex | 13 | 5C | 33 | 4F | 0 | 2D | 40 | 92 | 42 | 16 |
| Octal | 23 | 134 | 63 | 117 | 0 | 55 | 100 | 222 | 102 | 26 |
| Binary | 10011 | 1011100 | 110011 | 1001111 | 0 | 101101 | 1000000 | 10010010 | 1000010 | 10110 |
Color Harmonies of #135C33
Complementary color
Monochromatic Colors of #135C33
Black with #135C33
Text Example
Text Example
White with #135C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C33; }
p { color: rgb(19,92,51); }
H1.HeaderClassName
{
color: #135C33;
}
.AnyTagClassName
{
color: #135C33;
}
</style>
background-color css
<style>
a { background-color: #135C33; }
a { background-color: rgb(19,92,51); }
div.DivClassName
{
background-color: #135C33;
}
.BgClassName
{
background-color: #135C33;
}
</style>
border-color css
<style>
span { border-color: #135C33; }
span { border-color: rgb(19,92,51); }
td.TdClassName
{
border-color: #135C33;
}
.TagClassName
{
border-color: #135C33;
}
</style>