Shades of Crusoe #135533
Tints of Crusoe #135533
RGB
CMYK
RGB Variations
Color information
#135533 (or 0x135533) is known color: Crusoe. HEX triplet: 13, 55 and 33. RGB value is (19,85,51). Sum of RGB (Red+Green+Blue) = 19+85+51=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #135533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135533 is #ECAACC. Grayscale: #3D3D3D. Windows color (decimal): -15510221 or 3364115. OLE color: 3364115.
HSL color Cylindrical-coordinate representation of color #135533: hue angle of 149.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135533 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 51 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.67 |
| HSL | 149.09º | 0.63% | 0.2% | - |
| HSV(B) | 149.09º | 0.78% | 0.33% | - |
| XYZ | 4.11 | 6.87 | 4.24 | - |
| YUV | 61.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 51 | 0.78 | 0 | 0.40 | 0.67 | 149.09 | 0.63 | 0.2 |
| Hex | 13 | 55 | 33 | 4E | 0 | 28 | 43 | 95 | 3F | 14 |
| Octal | 23 | 125 | 63 | 116 | 0 | 50 | 103 | 225 | 77 | 24 |
| Binary | 10011 | 1010101 | 110011 | 1001110 | 0 | 101000 | 1000011 | 10010101 | 111111 | 10100 |
Color Harmonies of #135533
Complementary color
Monochromatic Colors of #135533
Black with #135533
Text Example
Text Example
White with #135533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135533; }
p { color: rgb(19,85,51); }
H1.HeaderClassName
{
color: #135533;
}
.AnyTagClassName
{
color: #135533;
}
</style>
background-color css
<style>
a { background-color: #135533; }
a { background-color: rgb(19,85,51); }
div.DivClassName
{
background-color: #135533;
}
.BgClassName
{
background-color: #135533;
}
</style>
border-color css
<style>
span { border-color: #135533; }
span { border-color: rgb(19,85,51); }
td.TdClassName
{
border-color: #135533;
}
.TagClassName
{
border-color: #135533;
}
</style>