Shades of Crusoe #126229
Tints of Crusoe #126229
RGB
CMYK
RGB Variations
Color information
#126229 (or 0x126229) is known color: Crusoe. HEX triplet: 12, 62 and 29. RGB value is (18,98,41). Sum of RGB (Red+Green+Blue) = 18+98+41=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #126229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126229 is #ED9DD6. Grayscale: #434343. Windows color (decimal): -15572439 or 2712082. OLE color: 2712082.
HSL color Cylindrical-coordinate representation of color #126229: hue angle of 137.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126229 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 41 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.62 |
| HSL | 137.25º | 0.69% | 0.23% | - |
| HSV(B) | 137.25º | 0.82% | 0.38% | - |
| XYZ | 5.02 | 9.02 | 3.58 | - |
| YUV | 67.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 41 | 0.82 | 0 | 0.58 | 0.62 | 137.25 | 0.69 | 0.23 |
| Hex | 12 | 62 | 29 | 52 | 0 | 3A | 3E | 89 | 45 | 17 |
| Octal | 22 | 142 | 51 | 122 | 0 | 72 | 76 | 211 | 105 | 27 |
| Binary | 10010 | 1100010 | 101001 | 1010010 | 0 | 111010 | 111110 | 10001001 | 1000101 | 10111 |
Color Harmonies of #126229
Complementary color
Monochromatic Colors of #126229
Black with #126229
Text Example
Text Example
White with #126229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126229; }
p { color: rgb(18,98,41); }
H1.HeaderClassName
{
color: #126229;
}
.AnyTagClassName
{
color: #126229;
}
</style>
background-color css
<style>
a { background-color: #126229; }
a { background-color: rgb(18,98,41); }
div.DivClassName
{
background-color: #126229;
}
.BgClassName
{
background-color: #126229;
}
</style>
border-color css
<style>
span { border-color: #126229; }
span { border-color: rgb(18,98,41); }
td.TdClassName
{
border-color: #126229;
}
.TagClassName
{
border-color: #126229;
}
</style>