Shades of Crusoe #125621
Tints of Crusoe #125621
RGB
CMYK
RGB Variations
Color information
#125621 (or 0x125621) is known color: Crusoe. HEX triplet: 12, 56 and 21. RGB value is (18,86,33). Sum of RGB (Red+Green+Blue) = 18+86+33=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #125621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125621 is #EDA9DE. Grayscale: #3B3B3B. Windows color (decimal): -15575519 or 2184722. OLE color: 2184722.
HSL color Cylindrical-coordinate representation of color #125621: hue angle of 133.24º 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 #125621 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 86 | 33 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.66 |
| HSL | 133.24º | 0.65% | 0.2% | - |
| HSV(B) | 133.24º | 0.79% | 0.34% | - |
| XYZ | 3.85 | 6.89 | 2.57 | - |
| YUV | 59.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 33 | 0.79 | 0 | 0.62 | 0.66 | 133.24 | 0.65 | 0.2 |
| Hex | 12 | 56 | 21 | 4F | 0 | 3E | 42 | 85 | 41 | 14 |
| Octal | 22 | 126 | 41 | 117 | 0 | 76 | 102 | 205 | 101 | 24 |
| Binary | 10010 | 1010110 | 100001 | 1001111 | 0 | 111110 | 1000010 | 10000101 | 1000001 | 10100 |
Color Harmonies of #125621
Complementary color
Monochromatic Colors of #125621
Black with #125621
Text Example
Text Example
White with #125621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125621; }
p { color: rgb(18,86,33); }
H1.HeaderClassName
{
color: #125621;
}
.AnyTagClassName
{
color: #125621;
}
</style>
background-color css
<style>
a { background-color: #125621; }
a { background-color: rgb(18,86,33); }
div.DivClassName
{
background-color: #125621;
}
.BgClassName
{
background-color: #125621;
}
</style>
border-color css
<style>
span { border-color: #125621; }
span { border-color: rgb(18,86,33); }
td.TdClassName
{
border-color: #125621;
}
.TagClassName
{
border-color: #125621;
}
</style>