Shades of Crusoe #126119
Tints of Crusoe #126119
RGB
CMYK
RGB Variations
Color information
#126119 (or 0x126119) is known color: Crusoe. HEX triplet: 12, 61 and 19. RGB value is (18,97,25). Sum of RGB (Red+Green+Blue) = 18+97+25=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #126119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126119 is #ED9EE6. Grayscale: #414141. Windows color (decimal): -15572711 or 1663250. OLE color: 1663250.
HSL color Cylindrical-coordinate representation of color #126119: hue angle of 125.32º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126119 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 97 | 25 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.62 |
| HSL | 125.32º | 0.69% | 0.23% | - |
| HSV(B) | 125.32º | 0.81% | 0.38% | - |
| XYZ | 4.7 | 8.75 | 2.36 | - |
| YUV | 65.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 25 | 0.81 | 0 | 0.74 | 0.62 | 125.32 | 0.69 | 0.23 |
| Hex | 12 | 61 | 19 | 51 | 0 | 4A | 3E | 7D | 45 | 17 |
| Octal | 22 | 141 | 31 | 121 | 0 | 112 | 76 | 175 | 105 | 27 |
| Binary | 10010 | 1100001 | 11001 | 1010001 | 0 | 1001010 | 111110 | 1111101 | 1000101 | 10111 |
Color Harmonies of #126119
Complementary color
Monochromatic Colors of #126119
Black with #126119
Text Example
Text Example
White with #126119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126119; }
p { color: rgb(18,97,25); }
H1.HeaderClassName
{
color: #126119;
}
.AnyTagClassName
{
color: #126119;
}
</style>
background-color css
<style>
a { background-color: #126119; }
a { background-color: rgb(18,97,25); }
div.DivClassName
{
background-color: #126119;
}
.BgClassName
{
background-color: #126119;
}
</style>
border-color css
<style>
span { border-color: #126119; }
span { border-color: rgb(18,97,25); }
td.TdClassName
{
border-color: #126119;
}
.TagClassName
{
border-color: #126119;
}
</style>