Shades of Crusoe #126823
Tints of Crusoe #126823
RGB
CMYK
RGB Variations
Color information
#126823 (or 0x126823) is known color: Crusoe. HEX triplet: 12, 68 and 23. RGB value is (18,104,35). Sum of RGB (Red+Green+Blue) = 18+104+35=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #126823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126823 is #ED97DC. Grayscale: #464646. Windows color (decimal): -15570909 or 2320402. OLE color: 2320402.
HSL color Cylindrical-coordinate representation of color #126823: hue angle of 131.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126823 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 35 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.59 |
| HSL | 131.86º | 0.7% | 0.24% | - |
| HSV(B) | 131.86º | 0.83% | 0.41% | - |
| XYZ | 5.5 | 10.15 | 3.26 | - |
| YUV | 70.42 | 108.01 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 35 | 0.83 | 0 | 0.66 | 0.59 | 131.86 | 0.7 | 0.24 |
| Hex | 12 | 68 | 23 | 53 | 0 | 42 | 3B | 84 | 46 | 18 |
| Octal | 22 | 150 | 43 | 123 | 0 | 102 | 73 | 204 | 106 | 30 |
| Binary | 10010 | 1101000 | 100011 | 1010011 | 0 | 1000010 | 111011 | 10000100 | 1000110 | 11000 |
Color Harmonies of #126823
Complementary color
Monochromatic Colors of #126823
Black with #126823
Text Example
Text Example
White with #126823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126823; }
p { color: rgb(18,104,35); }
H1.HeaderClassName
{
color: #126823;
}
.AnyTagClassName
{
color: #126823;
}
</style>
background-color css
<style>
a { background-color: #126823; }
a { background-color: rgb(18,104,35); }
div.DivClassName
{
background-color: #126823;
}
.BgClassName
{
background-color: #126823;
}
</style>
border-color css
<style>
span { border-color: #126823; }
span { border-color: rgb(18,104,35); }
td.TdClassName
{
border-color: #126823;
}
.TagClassName
{
border-color: #126823;
}
</style>