Shades of Crusoe #125721
Tints of Crusoe #125721
RGB
CMYK
RGB Variations
Color information
#125721 (or 0x125721) is known color: Crusoe. HEX triplet: 12, 57 and 21. RGB value is (18,87,33). Sum of RGB (Red+Green+Blue) = 18+87+33=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #125721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125721 is #EDA8DE. Grayscale: #3C3C3C. Windows color (decimal): -15575263 or 2184978. OLE color: 2184978.
HSL color Cylindrical-coordinate representation of color #125721: hue angle of 133.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125721 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 87 | 33 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.66 |
| HSL | 133.04º | 0.66% | 0.21% | - |
| HSV(B) | 133.04º | 0.79% | 0.34% | - |
| XYZ | 3.93 | 7.05 | 2.59 | - |
| YUV | 60.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 33 | 0.79 | 0 | 0.62 | 0.66 | 133.04 | 0.66 | 0.21 |
| Hex | 12 | 57 | 21 | 4F | 0 | 3E | 42 | 85 | 42 | 15 |
| Octal | 22 | 127 | 41 | 117 | 0 | 76 | 102 | 205 | 102 | 25 |
| Binary | 10010 | 1010111 | 100001 | 1001111 | 0 | 111110 | 1000010 | 10000101 | 1000010 | 10101 |
Color Harmonies of #125721
Complementary color
Monochromatic Colors of #125721
Black with #125721
Text Example
Text Example
White with #125721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125721; }
p { color: rgb(18,87,33); }
H1.HeaderClassName
{
color: #125721;
}
.AnyTagClassName
{
color: #125721;
}
</style>
background-color css
<style>
a { background-color: #125721; }
a { background-color: rgb(18,87,33); }
div.DivClassName
{
background-color: #125721;
}
.BgClassName
{
background-color: #125721;
}
</style>
border-color css
<style>
span { border-color: #125721; }
span { border-color: rgb(18,87,33); }
td.TdClassName
{
border-color: #125721;
}
.TagClassName
{
border-color: #125721;
}
</style>