Shades of Crusoe #125125
Tints of Crusoe #125125
RGB
CMYK
RGB Variations
Color information
#125125 (or 0x125125) is known color: Crusoe. HEX triplet: 12, 51 and 25. RGB value is (18,81,37). Sum of RGB (Red+Green+Blue) = 18+81+37=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #125125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125125 is #EDAEDA. Grayscale: #393939. Windows color (decimal): -15576795 or 2445586. OLE color: 2445586.
HSL color Cylindrical-coordinate representation of color #125125: hue angle of 138.1º 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 #125125 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 37 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.68 |
| HSL | 138.1º | 0.64% | 0.19% | - |
| HSV(B) | 138.1º | 0.78% | 0.32% | - |
| XYZ | 3.53 | 6.15 | 2.75 | - |
| YUV | 57.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 37 | 0.78 | 0 | 0.54 | 0.68 | 138.1 | 0.64 | 0.19 |
| Hex | 12 | 51 | 25 | 4E | 0 | 36 | 44 | 8A | 40 | 13 |
| Octal | 22 | 121 | 45 | 116 | 0 | 66 | 104 | 212 | 100 | 23 |
| Binary | 10010 | 1010001 | 100101 | 1001110 | 0 | 110110 | 1000100 | 10001010 | 1000000 | 10011 |
Color Harmonies of #125125
Complementary color
Monochromatic Colors of #125125
Black with #125125
Text Example
Text Example
White with #125125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125125; }
p { color: rgb(18,81,37); }
H1.HeaderClassName
{
color: #125125;
}
.AnyTagClassName
{
color: #125125;
}
</style>
background-color css
<style>
a { background-color: #125125; }
a { background-color: rgb(18,81,37); }
div.DivClassName
{
background-color: #125125;
}
.BgClassName
{
background-color: #125125;
}
</style>
border-color css
<style>
span { border-color: #125125; }
span { border-color: rgb(18,81,37); }
td.TdClassName
{
border-color: #125125;
}
.TagClassName
{
border-color: #125125;
}
</style>