Shades of Crusoe #135024
Tints of Crusoe #135024
RGB
CMYK
RGB Variations
Color information
#135024 (or 0x135024) is known color: Crusoe. HEX triplet: 13, 50 and 24. RGB value is (19,80,36). Sum of RGB (Red+Green+Blue) = 19+80+36=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #135024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135024 is #ECAFDB. Grayscale: #383838. Windows color (decimal): -15511516 or 2379795. OLE color: 2379795.
HSL color Cylindrical-coordinate representation of color #135024: hue angle of 136.72º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135024 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 36 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.69 |
| HSL | 136.72º | 0.62% | 0.19% | - |
| HSV(B) | 136.72º | 0.76% | 0.31% | - |
| XYZ | 3.46 | 6 | 2.65 | - |
| YUV | 56.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 36 | 0.76 | 0 | 0.55 | 0.69 | 136.72 | 0.62 | 0.19 |
| Hex | 13 | 50 | 24 | 4C | 0 | 37 | 45 | 89 | 3E | 13 |
| Octal | 23 | 120 | 44 | 114 | 0 | 67 | 105 | 211 | 76 | 23 |
| Binary | 10011 | 1010000 | 100100 | 1001100 | 0 | 110111 | 1000101 | 10001001 | 111110 | 10011 |
Color Harmonies of #135024
Complementary color
Monochromatic Colors of #135024
Black with #135024
Text Example
Text Example
White with #135024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135024; }
p { color: rgb(19,80,36); }
H1.HeaderClassName
{
color: #135024;
}
.AnyTagClassName
{
color: #135024;
}
</style>
background-color css
<style>
a { background-color: #135024; }
a { background-color: rgb(19,80,36); }
div.DivClassName
{
background-color: #135024;
}
.BgClassName
{
background-color: #135024;
}
</style>
border-color css
<style>
span { border-color: #135024; }
span { border-color: rgb(19,80,36); }
td.TdClassName
{
border-color: #135024;
}
.TagClassName
{
border-color: #135024;
}
</style>