Shades of Crusoe #126328
Tints of Crusoe #126328
RGB
CMYK
RGB Variations
Color information
#126328 (or 0x126328) is known color: Crusoe. HEX triplet: 12, 63 and 28. RGB value is (18,99,40). Sum of RGB (Red+Green+Blue) = 18+99+40=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #126328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126328 is #ED9CD7. Grayscale: #444444. Windows color (decimal): -15572184 or 2646802. OLE color: 2646802.
HSL color Cylindrical-coordinate representation of color #126328: hue angle of 136.3º 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 #126328 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 99 | 40 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.61 |
| HSL | 136.3º | 0.69% | 0.23% | - |
| HSV(B) | 136.3º | 0.82% | 0.39% | - |
| XYZ | 5.09 | 9.21 | 3.52 | - |
| YUV | 68.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 40 | 0.82 | 0 | 0.60 | 0.61 | 136.3 | 0.69 | 0.23 |
| Hex | 12 | 63 | 28 | 52 | 0 | 3C | 3D | 88 | 45 | 17 |
| Octal | 22 | 143 | 50 | 122 | 0 | 74 | 75 | 210 | 105 | 27 |
| Binary | 10010 | 1100011 | 101000 | 1010010 | 0 | 111100 | 111101 | 10001000 | 1000101 | 10111 |
Color Harmonies of #126328
Complementary color
Monochromatic Colors of #126328
Black with #126328
Text Example
Text Example
White with #126328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126328; }
p { color: rgb(18,99,40); }
H1.HeaderClassName
{
color: #126328;
}
.AnyTagClassName
{
color: #126328;
}
</style>
background-color css
<style>
a { background-color: #126328; }
a { background-color: rgb(18,99,40); }
div.DivClassName
{
background-color: #126328;
}
.BgClassName
{
background-color: #126328;
}
</style>
border-color css
<style>
span { border-color: #126328; }
span { border-color: rgb(18,99,40); }
td.TdClassName
{
border-color: #126328;
}
.TagClassName
{
border-color: #126328;
}
</style>