Shades of Crusoe #125D26
Tints of Crusoe #125D26
RGB
CMYK
RGB Variations
Color information
#125D26 (or 0x125D26) is known color: Crusoe. HEX triplet: 12, 5D and 26. RGB value is (18,93,38). Sum of RGB (Red+Green+Blue) = 18+93+38=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 93 (36.72% from 255 or 62.42% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 93 - color contains mainly: green. Hex color #125D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D26 is #EDA2D9. Grayscale: #404040. Windows color (decimal): -15573722 or 2514194. OLE color: 2514194.
HSL color Cylindrical-coordinate representation of color #125D26: hue angle of 136º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D26 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 38 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.64 |
| HSL | 136º | 0.68% | 0.22% | - |
| HSV(B) | 136º | 0.81% | 0.36% | - |
| XYZ | 4.51 | 8.1 | 3.16 | - |
| YUV | 64.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 38 | 0.81 | 0 | 0.59 | 0.64 | 136 | 0.68 | 0.22 |
| Hex | 12 | 5D | 26 | 51 | 0 | 3B | 40 | 88 | 44 | 16 |
| Octal | 22 | 135 | 46 | 121 | 0 | 73 | 100 | 210 | 104 | 26 |
| Binary | 10010 | 1011101 | 100110 | 1010001 | 0 | 111011 | 1000000 | 10001000 | 1000100 | 10110 |
Color Harmonies of #125D26
Complementary color
Monochromatic Colors of #125D26
Black with #125D26
Text Example
Text Example
White with #125D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D26; }
p { color: rgb(18,93,38); }
H1.HeaderClassName
{
color: #125D26;
}
.AnyTagClassName
{
color: #125D26;
}
</style>
background-color css
<style>
a { background-color: #125D26; }
a { background-color: rgb(18,93,38); }
div.DivClassName
{
background-color: #125D26;
}
.BgClassName
{
background-color: #125D26;
}
</style>
border-color css
<style>
span { border-color: #125D26; }
span { border-color: rgb(18,93,38); }
td.TdClassName
{
border-color: #125D26;
}
.TagClassName
{
border-color: #125D26;
}
</style>