Shades of Crusoe #135A30
Tints of Crusoe #135A30
RGB
CMYK
RGB Variations
Color information
#135A30 (or 0x135A30) is known color: Crusoe. HEX triplet: 13, 5A and 30. RGB value is (19,90,48). Sum of RGB (Red+Green+Blue) = 19+90+48=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #135A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A30 is #ECA5CF. Grayscale: #404040. Windows color (decimal): -15508944 or 3168787. OLE color: 3168787.
HSL color Cylindrical-coordinate representation of color #135A30: hue angle of 144.51º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A30 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 48 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.65 |
| HSL | 144.51º | 0.65% | 0.21% | - |
| HSV(B) | 144.51º | 0.79% | 0.35% | - |
| XYZ | 4.46 | 7.66 | 4.04 | - |
| YUV | 63.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 48 | 0.79 | 0 | 0.47 | 0.65 | 144.51 | 0.65 | 0.21 |
| Hex | 13 | 5A | 30 | 4F | 0 | 2F | 41 | 91 | 41 | 15 |
| Octal | 23 | 132 | 60 | 117 | 0 | 57 | 101 | 221 | 101 | 25 |
| Binary | 10011 | 1011010 | 110000 | 1001111 | 0 | 101111 | 1000001 | 10010001 | 1000001 | 10101 |
Color Harmonies of #135A30
Complementary color
Monochromatic Colors of #135A30
Black with #135A30
Text Example
Text Example
White with #135A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A30; }
p { color: rgb(19,90,48); }
H1.HeaderClassName
{
color: #135A30;
}
.AnyTagClassName
{
color: #135A30;
}
</style>
background-color css
<style>
a { background-color: #135A30; }
a { background-color: rgb(19,90,48); }
div.DivClassName
{
background-color: #135A30;
}
.BgClassName
{
background-color: #135A30;
}
</style>
border-color css
<style>
span { border-color: #135A30; }
span { border-color: rgb(19,90,48); }
td.TdClassName
{
border-color: #135A30;
}
.TagClassName
{
border-color: #135A30;
}
</style>