Shades of Crusoe #125128
Tints of Crusoe #125128
RGB
CMYK
RGB Variations
Color information
#125128 (or 0x125128) is known color: Crusoe. HEX triplet: 12, 51 and 28. RGB value is (18,81,40). Sum of RGB (Red+Green+Blue) = 18+81+40=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #125128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125128 is #EDAED7. Grayscale: #393939. Windows color (decimal): -15576792 or 2642194. OLE color: 2642194.
HSL color Cylindrical-coordinate representation of color #125128: hue angle of 140.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125128 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 40 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.68 |
| HSL | 140.95º | 0.64% | 0.19% | - |
| HSV(B) | 140.95º | 0.78% | 0.32% | - |
| XYZ | 3.57 | 6.17 | 3.01 | - |
| YUV | 57.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 40 | 0.78 | 0 | 0.51 | 0.68 | 140.95 | 0.64 | 0.19 |
| Hex | 12 | 51 | 28 | 4E | 0 | 33 | 44 | 8D | 40 | 13 |
| Octal | 22 | 121 | 50 | 116 | 0 | 63 | 104 | 215 | 100 | 23 |
| Binary | 10010 | 1010001 | 101000 | 1001110 | 0 | 110011 | 1000100 | 10001101 | 1000000 | 10011 |
Color Harmonies of #125128
Complementary color
Monochromatic Colors of #125128
Black with #125128
Text Example
Text Example
White with #125128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125128; }
p { color: rgb(18,81,40); }
H1.HeaderClassName
{
color: #125128;
}
.AnyTagClassName
{
color: #125128;
}
</style>
background-color css
<style>
a { background-color: #125128; }
a { background-color: rgb(18,81,40); }
div.DivClassName
{
background-color: #125128;
}
.BgClassName
{
background-color: #125128;
}
</style>
border-color css
<style>
span { border-color: #125128; }
span { border-color: rgb(18,81,40); }
td.TdClassName
{
border-color: #125128;
}
.TagClassName
{
border-color: #125128;
}
</style>