Shades of Crusoe #126633
Tints of Crusoe #126633
RGB
CMYK
RGB Variations
Color information
#126633 (or 0x126633) is known color: Crusoe. HEX triplet: 12, 66 and 33. RGB value is (18,102,51). Sum of RGB (Red+Green+Blue) = 18+102+51=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #126633 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126633 is #ED99CC. Grayscale: #474747. Windows color (decimal): -15571405 or 3368466. OLE color: 3368466.
HSL color Cylindrical-coordinate representation of color #126633: hue angle of 143.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126633 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 102 | 51 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.6 |
| HSL | 143.57º | 0.7% | 0.24% | - |
| HSV(B) | 143.57º | 0.82% | 0.4% | - |
| XYZ | 5.6 | 9.87 | 4.74 | - |
| YUV | 71.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 51 | 0.82 | 0 | 0.5 | 0.6 | 143.57 | 0.7 | 0.24 |
| Hex | 12 | 66 | 33 | 52 | 0 | 32 | 3C | 90 | 46 | 18 |
| Octal | 22 | 146 | 63 | 122 | 0 | 62 | 74 | 220 | 106 | 30 |
| Binary | 10010 | 1100110 | 110011 | 1010010 | 0 | 110010 | 111100 | 10010000 | 1000110 | 11000 |
Color Harmonies of #126633
Complementary color
Monochromatic Colors of #126633
Black with #126633
Text Example
Text Example
White with #126633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126633; }
p { color: rgb(18,102,51); }
H1.HeaderClassName
{
color: #126633;
}
.AnyTagClassName
{
color: #126633;
}
</style>
background-color css
<style>
a { background-color: #126633; }
a { background-color: rgb(18,102,51); }
div.DivClassName
{
background-color: #126633;
}
.BgClassName
{
background-color: #126633;
}
</style>
border-color css
<style>
span { border-color: #126633; }
span { border-color: rgb(18,102,51); }
td.TdClassName
{
border-color: #126633;
}
.TagClassName
{
border-color: #126633;
}
</style>