Shades of Crusoe #125628
Tints of Crusoe #125628
RGB
CMYK
RGB Variations
Color information
#125628 (or 0x125628) is known color: Crusoe. HEX triplet: 12, 56 and 28. RGB value is (18,86,40). Sum of RGB (Red+Green+Blue) = 18+86+40=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #125628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125628 is #EDA9D7. Grayscale: #3C3C3C. Windows color (decimal): -15575512 or 2643474. OLE color: 2643474.
HSL color Cylindrical-coordinate representation of color #125628: hue angle of 139.41º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125628 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 40 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.66 |
| HSL | 139.41º | 0.65% | 0.2% | - |
| HSV(B) | 139.41º | 0.79% | 0.34% | - |
| XYZ | 3.96 | 6.94 | 3.14 | - |
| YUV | 60.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 40 | 0.79 | 0 | 0.53 | 0.66 | 139.41 | 0.65 | 0.2 |
| Hex | 12 | 56 | 28 | 4F | 0 | 35 | 42 | 8B | 41 | 14 |
| Octal | 22 | 126 | 50 | 117 | 0 | 65 | 102 | 213 | 101 | 24 |
| Binary | 10010 | 1010110 | 101000 | 1001111 | 0 | 110101 | 1000010 | 10001011 | 1000001 | 10100 |
Color Harmonies of #125628
Complementary color
Monochromatic Colors of #125628
Black with #125628
Text Example
Text Example
White with #125628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125628; }
p { color: rgb(18,86,40); }
H1.HeaderClassName
{
color: #125628;
}
.AnyTagClassName
{
color: #125628;
}
</style>
background-color css
<style>
a { background-color: #125628; }
a { background-color: rgb(18,86,40); }
div.DivClassName
{
background-color: #125628;
}
.BgClassName
{
background-color: #125628;
}
</style>
border-color css
<style>
span { border-color: #125628; }
span { border-color: rgb(18,86,40); }
td.TdClassName
{
border-color: #125628;
}
.TagClassName
{
border-color: #125628;
}
</style>