Shades of Crusoe #125B1B
Tints of Crusoe #125B1B
RGB
CMYK
RGB Variations
Color information
#125B1B (or 0x125B1B) is known color: Crusoe. HEX triplet: 12, 5B and 1B. RGB value is (18,91,27). Sum of RGB (Red+Green+Blue) = 18+91+27=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #125B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B1B is #EDA4E4. Grayscale: #3E3E3E. Windows color (decimal): -15574245 or 1792786. OLE color: 1792786.
HSL color Cylindrical-coordinate representation of color #125B1B: hue angle of 127.4º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B1B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 27 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.64 |
| HSL | 127.4º | 0.67% | 0.21% | - |
| HSV(B) | 127.4º | 0.8% | 0.36% | - |
| XYZ | 4.19 | 7.69 | 2.3 | - |
| YUV | 61.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 27 | 0.80 | 0 | 0.70 | 0.64 | 127.4 | 0.67 | 0.21 |
| Hex | 12 | 5B | 1B | 50 | 0 | 46 | 40 | 7F | 43 | 15 |
| Octal | 22 | 133 | 33 | 120 | 0 | 106 | 100 | 177 | 103 | 25 |
| Binary | 10010 | 1011011 | 11011 | 1010000 | 0 | 1000110 | 1000000 | 1111111 | 1000011 | 10101 |
Color Harmonies of #125B1B
Complementary color
Monochromatic Colors of #125B1B
Black with #125B1B
Text Example
Text Example
White with #125B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B1B; }
p { color: rgb(18,91,27); }
H1.HeaderClassName
{
color: #125B1B;
}
.AnyTagClassName
{
color: #125B1B;
}
</style>
background-color css
<style>
a { background-color: #125B1B; }
a { background-color: rgb(18,91,27); }
div.DivClassName
{
background-color: #125B1B;
}
.BgClassName
{
background-color: #125B1B;
}
</style>
border-color css
<style>
span { border-color: #125B1B; }
span { border-color: rgb(18,91,27); }
td.TdClassName
{
border-color: #125B1B;
}
.TagClassName
{
border-color: #125B1B;
}
</style>