Shades of Crusoe #125121
Tints of Crusoe #125121
RGB
CMYK
RGB Variations
Color information
#125121 (or 0x125121) is known color: Crusoe. HEX triplet: 12, 51 and 21. RGB value is (18,81,33). Sum of RGB (Red+Green+Blue) = 18+81+33=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #125121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125121 is #EDAEDE. Grayscale: #383838. Windows color (decimal): -15576799 or 2183442. OLE color: 2183442.
HSL color Cylindrical-coordinate representation of color #125121: hue angle of 134.29º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125121 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 33 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.68 |
| HSL | 134.29º | 0.64% | 0.19% | - |
| HSV(B) | 134.29º | 0.78% | 0.32% | - |
| XYZ | 3.47 | 6.12 | 2.44 | - |
| YUV | 56.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 33 | 0.78 | 0 | 0.59 | 0.68 | 134.29 | 0.64 | 0.19 |
| Hex | 12 | 51 | 21 | 4E | 0 | 3B | 44 | 86 | 40 | 13 |
| Octal | 22 | 121 | 41 | 116 | 0 | 73 | 104 | 206 | 100 | 23 |
| Binary | 10010 | 1010001 | 100001 | 1001110 | 0 | 111011 | 1000100 | 10000110 | 1000000 | 10011 |
Color Harmonies of #125121
Complementary color
Monochromatic Colors of #125121
Black with #125121
Text Example
Text Example
White with #125121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125121; }
p { color: rgb(18,81,33); }
H1.HeaderClassName
{
color: #125121;
}
.AnyTagClassName
{
color: #125121;
}
</style>
background-color css
<style>
a { background-color: #125121; }
a { background-color: rgb(18,81,33); }
div.DivClassName
{
background-color: #125121;
}
.BgClassName
{
background-color: #125121;
}
</style>
border-color css
<style>
span { border-color: #125121; }
span { border-color: rgb(18,81,33); }
td.TdClassName
{
border-color: #125121;
}
.TagClassName
{
border-color: #125121;
}
</style>