Shades of Crusoe #126528
Tints of Crusoe #126528
RGB
CMYK
RGB Variations
Color information
#126528 (or 0x126528) is known color: Crusoe. HEX triplet: 12, 65 and 28. RGB value is (18,101,40). Sum of RGB (Red+Green+Blue) = 18+101+40=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #126528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126528 is #ED9AD7. Grayscale: #454545. Windows color (decimal): -15571672 or 2647314. OLE color: 2647314.
HSL color Cylindrical-coordinate representation of color #126528: hue angle of 135.9º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126528 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 40 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.60 |
| HSL | 135.9º | 0.7% | 0.23% | - |
| HSV(B) | 135.9º | 0.82% | 0.4% | - |
| XYZ | 5.29 | 9.59 | 3.58 | - |
| YUV | 69.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 40 | 0.82 | 0 | 0.60 | 0.60 | 135.9 | 0.7 | 0.23 |
| Hex | 12 | 65 | 28 | 52 | 0 | 3C | 3C | 88 | 46 | 17 |
| Octal | 22 | 145 | 50 | 122 | 0 | 74 | 74 | 210 | 106 | 27 |
| Binary | 10010 | 1100101 | 101000 | 1010010 | 0 | 111100 | 111100 | 10001000 | 1000110 | 10111 |
Color Harmonies of #126528
Complementary color
Monochromatic Colors of #126528
Black with #126528
Text Example
Text Example
White with #126528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126528; }
p { color: rgb(18,101,40); }
H1.HeaderClassName
{
color: #126528;
}
.AnyTagClassName
{
color: #126528;
}
</style>
background-color css
<style>
a { background-color: #126528; }
a { background-color: rgb(18,101,40); }
div.DivClassName
{
background-color: #126528;
}
.BgClassName
{
background-color: #126528;
}
</style>
border-color css
<style>
span { border-color: #126528; }
span { border-color: rgb(18,101,40); }
td.TdClassName
{
border-color: #126528;
}
.TagClassName
{
border-color: #126528;
}
</style>