Shades of Crusoe #125F21
Tints of Crusoe #125F21
RGB
CMYK
RGB Variations
Color information
#125F21 (or 0x125F21) is known color: Crusoe. HEX triplet: 12, 5F and 21. RGB value is (18,95,33). Sum of RGB (Red+Green+Blue) = 18+95+33=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 95 (37.5% from 255 or 65.07% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 95 - color contains mainly: green. Hex color #125F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F21 is #EDA0DE. Grayscale: #414141. Windows color (decimal): -15573215 or 2187026. OLE color: 2187026.
HSL color Cylindrical-coordinate representation of color #125F21: hue angle of 131.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F21 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 95 | 33 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.63 |
| HSL | 131.69º | 0.68% | 0.22% | - |
| HSV(B) | 131.69º | 0.81% | 0.37% | - |
| XYZ | 4.62 | 8.42 | 2.82 | - |
| YUV | 64.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 95 | 33 | 0.81 | 0 | 0.65 | 0.63 | 131.69 | 0.68 | 0.22 |
| Hex | 12 | 5F | 21 | 51 | 0 | 41 | 3F | 84 | 44 | 16 |
| Octal | 22 | 137 | 41 | 121 | 0 | 101 | 77 | 204 | 104 | 26 |
| Binary | 10010 | 1011111 | 100001 | 1010001 | 0 | 1000001 | 111111 | 10000100 | 1000100 | 10110 |
Color Harmonies of #125F21
Complementary color
Monochromatic Colors of #125F21
Black with #125F21
Text Example
Text Example
White with #125F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125F21; }
p { color: rgb(18,95,33); }
H1.HeaderClassName
{
color: #125F21;
}
.AnyTagClassName
{
color: #125F21;
}
</style>
background-color css
<style>
a { background-color: #125F21; }
a { background-color: rgb(18,95,33); }
div.DivClassName
{
background-color: #125F21;
}
.BgClassName
{
background-color: #125F21;
}
</style>
border-color css
<style>
span { border-color: #125F21; }
span { border-color: rgb(18,95,33); }
td.TdClassName
{
border-color: #125F21;
}
.TagClassName
{
border-color: #125F21;
}
</style>