Shades of Crusoe #125B28
Tints of Crusoe #125B28
RGB
CMYK
RGB Variations
Color information
#125B28 (or 0x125B28) is known color: Crusoe. HEX triplet: 12, 5B and 28. RGB value is (18,91,40). Sum of RGB (Red+Green+Blue) = 18+91+40=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #125B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B28 is #EDA4D7. Grayscale: #3F3F3F. Windows color (decimal): -15574232 or 2644754. OLE color: 2644754.
HSL color Cylindrical-coordinate representation of color #125B28: hue angle of 138.08º 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 #125B28 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 40 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.64 |
| HSL | 138.08º | 0.67% | 0.21% | - |
| HSV(B) | 138.08º | 0.8% | 0.36% | - |
| XYZ | 4.37 | 7.76 | 3.28 | - |
| YUV | 63.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 40 | 0.80 | 0 | 0.56 | 0.64 | 138.08 | 0.67 | 0.21 |
| Hex | 12 | 5B | 28 | 50 | 0 | 38 | 40 | 8A | 43 | 15 |
| Octal | 22 | 133 | 50 | 120 | 0 | 70 | 100 | 212 | 103 | 25 |
| Binary | 10010 | 1011011 | 101000 | 1010000 | 0 | 111000 | 1000000 | 10001010 | 1000011 | 10101 |
Color Harmonies of #125B28
Complementary color
Monochromatic Colors of #125B28
Black with #125B28
Text Example
Text Example
White with #125B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B28; }
p { color: rgb(18,91,40); }
H1.HeaderClassName
{
color: #125B28;
}
.AnyTagClassName
{
color: #125B28;
}
</style>
background-color css
<style>
a { background-color: #125B28; }
a { background-color: rgb(18,91,40); }
div.DivClassName
{
background-color: #125B28;
}
.BgClassName
{
background-color: #125B28;
}
</style>
border-color css
<style>
span { border-color: #125B28; }
span { border-color: rgb(18,91,40); }
td.TdClassName
{
border-color: #125B28;
}
.TagClassName
{
border-color: #125B28;
}
</style>