Shades of Crusoe #135225
Tints of Crusoe #135225
RGB
CMYK
RGB Variations
Color information
#135225 (or 0x135225) is known color: Crusoe. HEX triplet: 13, 52 and 25. RGB value is (19,82,37). Sum of RGB (Red+Green+Blue) = 19+82+37=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #135225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135225 is #ECADDA. Grayscale: #3A3A3A. Windows color (decimal): -15511003 or 2445843. OLE color: 2445843.
HSL color Cylindrical-coordinate representation of color #135225: hue angle of 137.14º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135225 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 37 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.68 |
| HSL | 137.14º | 0.62% | 0.2% | - |
| HSV(B) | 137.14º | 0.77% | 0.32% | - |
| XYZ | 3.62 | 6.31 | 2.78 | - |
| YUV | 58.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 37 | 0.77 | 0 | 0.55 | 0.68 | 137.14 | 0.62 | 0.2 |
| Hex | 13 | 52 | 25 | 4D | 0 | 37 | 44 | 89 | 3E | 14 |
| Octal | 23 | 122 | 45 | 115 | 0 | 67 | 104 | 211 | 76 | 24 |
| Binary | 10011 | 1010010 | 100101 | 1001101 | 0 | 110111 | 1000100 | 10001001 | 111110 | 10100 |
Color Harmonies of #135225
Complementary color
Monochromatic Colors of #135225
Black with #135225
Text Example
Text Example
White with #135225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135225; }
p { color: rgb(19,82,37); }
H1.HeaderClassName
{
color: #135225;
}
.AnyTagClassName
{
color: #135225;
}
</style>
background-color css
<style>
a { background-color: #135225; }
a { background-color: rgb(19,82,37); }
div.DivClassName
{
background-color: #135225;
}
.BgClassName
{
background-color: #135225;
}
</style>
border-color css
<style>
span { border-color: #135225; }
span { border-color: rgb(19,82,37); }
td.TdClassName
{
border-color: #135225;
}
.TagClassName
{
border-color: #135225;
}
</style>