Shades of Crusoe #126829
Tints of Crusoe #126829
RGB
CMYK
RGB Variations
Color information
#126829 (or 0x126829) is known color: Crusoe. HEX triplet: 12, 68 and 29. RGB value is (18,104,41). Sum of RGB (Red+Green+Blue) = 18+104+41=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #126829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126829 is #ED97D6. Grayscale: #474747. Windows color (decimal): -15570903 or 2713618. OLE color: 2713618.
HSL color Cylindrical-coordinate representation of color #126829: hue angle of 136.05º 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 #126829 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 41 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.59 |
| HSL | 136.05º | 0.7% | 0.24% | - |
| HSV(B) | 136.05º | 0.83% | 0.41% | - |
| XYZ | 5.6 | 10.19 | 3.77 | - |
| YUV | 71.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 41 | 0.83 | 0 | 0.61 | 0.59 | 136.05 | 0.7 | 0.24 |
| Hex | 12 | 68 | 29 | 53 | 0 | 3D | 3B | 88 | 46 | 18 |
| Octal | 22 | 150 | 51 | 123 | 0 | 75 | 73 | 210 | 106 | 30 |
| Binary | 10010 | 1101000 | 101001 | 1010011 | 0 | 111101 | 111011 | 10001000 | 1000110 | 11000 |
Color Harmonies of #126829
Complementary color
Monochromatic Colors of #126829
Black with #126829
Text Example
Text Example
White with #126829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126829; }
p { color: rgb(18,104,41); }
H1.HeaderClassName
{
color: #126829;
}
.AnyTagClassName
{
color: #126829;
}
</style>
background-color css
<style>
a { background-color: #126829; }
a { background-color: rgb(18,104,41); }
div.DivClassName
{
background-color: #126829;
}
.BgClassName
{
background-color: #126829;
}
</style>
border-color css
<style>
span { border-color: #126829; }
span { border-color: rgb(18,104,41); }
td.TdClassName
{
border-color: #126829;
}
.TagClassName
{
border-color: #126829;
}
</style>