Shades of Crusoe #135027
Tints of Crusoe #135027
RGB
CMYK
RGB Variations
Color information
#135027 (or 0x135027) is known color: Crusoe. HEX triplet: 13, 50 and 27. RGB value is (19,80,39). Sum of RGB (Red+Green+Blue) = 19+80+39=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #135027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135027 is #ECAFD8. Grayscale: #393939. Windows color (decimal): -15511513 or 2576403. OLE color: 2576403.
HSL color Cylindrical-coordinate representation of color #135027: hue angle of 139.67º 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 #135027 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 39 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.69 |
| HSL | 139.67º | 0.62% | 0.19% | - |
| HSV(B) | 139.67º | 0.76% | 0.31% | - |
| XYZ | 3.5 | 6.02 | 2.9 | - |
| YUV | 57.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 39 | 0.76 | 0 | 0.51 | 0.69 | 139.67 | 0.62 | 0.19 |
| Hex | 13 | 50 | 27 | 4C | 0 | 33 | 45 | 8C | 3E | 13 |
| Octal | 23 | 120 | 47 | 114 | 0 | 63 | 105 | 214 | 76 | 23 |
| Binary | 10011 | 1010000 | 100111 | 1001100 | 0 | 110011 | 1000101 | 10001100 | 111110 | 10011 |
Color Harmonies of #135027
Complementary color
Monochromatic Colors of #135027
Black with #135027
Text Example
Text Example
White with #135027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135027; }
p { color: rgb(19,80,39); }
H1.HeaderClassName
{
color: #135027;
}
.AnyTagClassName
{
color: #135027;
}
</style>
background-color css
<style>
a { background-color: #135027; }
a { background-color: rgb(19,80,39); }
div.DivClassName
{
background-color: #135027;
}
.BgClassName
{
background-color: #135027;
}
</style>
border-color css
<style>
span { border-color: #135027; }
span { border-color: rgb(19,80,39); }
td.TdClassName
{
border-color: #135027;
}
.TagClassName
{
border-color: #135027;
}
</style>