Shades of Crusoe #115425
Tints of Crusoe #115425
RGB
CMYK
RGB Variations
Color information
#115425 (or 0x115425) is known color: Crusoe. HEX triplet: 11, 54 and 25. RGB value is (17,84,37). Sum of RGB (Red+Green+Blue) = 17+84+37=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #115425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115425 is #EEABDA. Grayscale: #3A3A3A. Windows color (decimal): -15641563 or 2446353. OLE color: 2446353.
HSL color Cylindrical-coordinate representation of color #115425: hue angle of 137.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115425 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 37 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.67 |
| HSL | 137.91º | 0.66% | 0.2% | - |
| HSV(B) | 137.91º | 0.8% | 0.33% | - |
| XYZ | 3.74 | 6.59 | 2.83 | - |
| YUV | 58.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 37 | 0.80 | 0 | 0.56 | 0.67 | 137.91 | 0.66 | 0.2 |
| Hex | 11 | 54 | 25 | 50 | 0 | 38 | 43 | 8A | 42 | 14 |
| Octal | 21 | 124 | 45 | 120 | 0 | 70 | 103 | 212 | 102 | 24 |
| Binary | 10001 | 1010100 | 100101 | 1010000 | 0 | 111000 | 1000011 | 10001010 | 1000010 | 10100 |
Color Harmonies of #115425
Complementary color
Monochromatic Colors of #115425
Black with #115425
Text Example
Text Example
White with #115425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115425; }
p { color: rgb(17,84,37); }
H1.HeaderClassName
{
color: #115425;
}
.AnyTagClassName
{
color: #115425;
}
</style>
background-color css
<style>
a { background-color: #115425; }
a { background-color: rgb(17,84,37); }
div.DivClassName
{
background-color: #115425;
}
.BgClassName
{
background-color: #115425;
}
</style>
border-color css
<style>
span { border-color: #115425; }
span { border-color: rgb(17,84,37); }
td.TdClassName
{
border-color: #115425;
}
.TagClassName
{
border-color: #115425;
}
</style>