Shades of Crusoe #126524
Tints of Crusoe #126524
RGB
CMYK
RGB Variations
Color information
#126524 (or 0x126524) is known color: Crusoe. HEX triplet: 12, 65 and 24. RGB value is (18,101,36). Sum of RGB (Red+Green+Blue) = 18+101+36=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #126524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126524 is #ED9ADB. Grayscale: #444444. Windows color (decimal): -15571676 or 2385170. OLE color: 2385170.
HSL color Cylindrical-coordinate representation of color #126524: hue angle of 133.01º 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 #126524 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 101 | 36 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.60 |
| HSL | 133.01º | 0.7% | 0.23% | - |
| HSV(B) | 133.01º | 0.82% | 0.4% | - |
| XYZ | 5.22 | 9.56 | 3.24 | - |
| YUV | 68.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 36 | 0.82 | 0 | 0.64 | 0.60 | 133.01 | 0.7 | 0.23 |
| Hex | 12 | 65 | 24 | 52 | 0 | 40 | 3C | 85 | 46 | 17 |
| Octal | 22 | 145 | 44 | 122 | 0 | 100 | 74 | 205 | 106 | 27 |
| Binary | 10010 | 1100101 | 100100 | 1010010 | 0 | 1000000 | 111100 | 10000101 | 1000110 | 10111 |
Color Harmonies of #126524
Complementary color
Monochromatic Colors of #126524
Black with #126524
Text Example
Text Example
White with #126524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126524; }
p { color: rgb(18,101,36); }
H1.HeaderClassName
{
color: #126524;
}
.AnyTagClassName
{
color: #126524;
}
</style>
background-color css
<style>
a { background-color: #126524; }
a { background-color: rgb(18,101,36); }
div.DivClassName
{
background-color: #126524;
}
.BgClassName
{
background-color: #126524;
}
</style>
border-color css
<style>
span { border-color: #126524; }
span { border-color: rgb(18,101,36); }
td.TdClassName
{
border-color: #126524;
}
.TagClassName
{
border-color: #126524;
}
</style>