Shades of Crusoe #126423
Tints of Crusoe #126423
RGB
CMYK
RGB Variations
Color information
#126423 (or 0x126423) is known color: Crusoe. HEX triplet: 12, 64 and 23. RGB value is (18,100,35). Sum of RGB (Red+Green+Blue) = 18+100+35=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #126423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126423 is #ED9BDC. Grayscale: #444444. Windows color (decimal): -15571933 or 2319378. OLE color: 2319378.
HSL color Cylindrical-coordinate representation of color #126423: hue angle of 132.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126423 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 35 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.61 |
| HSL | 132.44º | 0.69% | 0.23% | - |
| HSV(B) | 132.44º | 0.82% | 0.39% | - |
| XYZ | 5.11 | 9.36 | 3.13 | - |
| YUV | 68.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 35 | 0.82 | 0 | 0.65 | 0.61 | 132.44 | 0.69 | 0.23 |
| Hex | 12 | 64 | 23 | 52 | 0 | 41 | 3D | 84 | 45 | 17 |
| Octal | 22 | 144 | 43 | 122 | 0 | 101 | 75 | 204 | 105 | 27 |
| Binary | 10010 | 1100100 | 100011 | 1010010 | 0 | 1000001 | 111101 | 10000100 | 1000101 | 10111 |
Color Harmonies of #126423
Complementary color
Monochromatic Colors of #126423
Black with #126423
Text Example
Text Example
White with #126423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126423; }
p { color: rgb(18,100,35); }
H1.HeaderClassName
{
color: #126423;
}
.AnyTagClassName
{
color: #126423;
}
</style>
background-color css
<style>
a { background-color: #126423; }
a { background-color: rgb(18,100,35); }
div.DivClassName
{
background-color: #126423;
}
.BgClassName
{
background-color: #126423;
}
</style>
border-color css
<style>
span { border-color: #126423; }
span { border-color: rgb(18,100,35); }
td.TdClassName
{
border-color: #126423;
}
.TagClassName
{
border-color: #126423;
}
</style>