Shades of Crusoe #135530
Tints of Crusoe #135530
RGB
CMYK
RGB Variations
Color information
#135530 (or 0x135530) is known color: Crusoe. HEX triplet: 13, 55 and 30. RGB value is (19,85,48). Sum of RGB (Red+Green+Blue) = 19+85+48=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #135530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135530 is #ECAACF. Grayscale: #3D3D3D. Windows color (decimal): -15510224 or 3167507. OLE color: 3167507.
HSL color Cylindrical-coordinate representation of color #135530: hue angle of 146.36º 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 #135530 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 48 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.67 |
| HSL | 146.36º | 0.63% | 0.2% | - |
| HSV(B) | 146.36º | 0.78% | 0.33% | - |
| XYZ | 4.05 | 6.85 | 3.9 | - |
| YUV | 61.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 48 | 0.78 | 0 | 0.44 | 0.67 | 146.36 | 0.63 | 0.2 |
| Hex | 13 | 55 | 30 | 4E | 0 | 2C | 43 | 92 | 3F | 14 |
| Octal | 23 | 125 | 60 | 116 | 0 | 54 | 103 | 222 | 77 | 24 |
| Binary | 10011 | 1010101 | 110000 | 1001110 | 0 | 101100 | 1000011 | 10010010 | 111111 | 10100 |
Color Harmonies of #135530
Complementary color
Monochromatic Colors of #135530
Black with #135530
Text Example
Text Example
White with #135530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135530; }
p { color: rgb(19,85,48); }
H1.HeaderClassName
{
color: #135530;
}
.AnyTagClassName
{
color: #135530;
}
</style>
background-color css
<style>
a { background-color: #135530; }
a { background-color: rgb(19,85,48); }
div.DivClassName
{
background-color: #135530;
}
.BgClassName
{
background-color: #135530;
}
</style>
border-color css
<style>
span { border-color: #135530; }
span { border-color: rgb(19,85,48); }
td.TdClassName
{
border-color: #135530;
}
.TagClassName
{
border-color: #135530;
}
</style>