Shades of Crusoe #125D20
Tints of Crusoe #125D20
RGB
CMYK
RGB Variations
Color information
#125D20 (or 0x125D20) is known color: Crusoe. HEX triplet: 12, 5D and 20. RGB value is (18,93,32). Sum of RGB (Red+Green+Blue) = 18+93+32=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 93 (36.72% from 255 or 65.03% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 93 - color contains mainly: green. Hex color #125D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D20 is #EDA2DF. Grayscale: #3F3F3F. Windows color (decimal): -15573728 or 2120978. OLE color: 2120978.
HSL color Cylindrical-coordinate representation of color #125D20: hue angle of 131.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D20 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 32 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.64 |
| HSL | 131.2º | 0.68% | 0.22% | - |
| HSV(B) | 131.2º | 0.81% | 0.36% | - |
| XYZ | 4.42 | 8.06 | 2.69 | - |
| YUV | 63.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 32 | 0.81 | 0 | 0.66 | 0.64 | 131.2 | 0.68 | 0.22 |
| Hex | 12 | 5D | 20 | 51 | 0 | 42 | 40 | 83 | 44 | 16 |
| Octal | 22 | 135 | 40 | 121 | 0 | 102 | 100 | 203 | 104 | 26 |
| Binary | 10010 | 1011101 | 100000 | 1010001 | 0 | 1000010 | 1000000 | 10000011 | 1000100 | 10110 |
Color Harmonies of #125D20
Complementary color
Monochromatic Colors of #125D20
Black with #125D20
Text Example
Text Example
White with #125D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D20; }
p { color: rgb(18,93,32); }
H1.HeaderClassName
{
color: #125D20;
}
.AnyTagClassName
{
color: #125D20;
}
</style>
background-color css
<style>
a { background-color: #125D20; }
a { background-color: rgb(18,93,32); }
div.DivClassName
{
background-color: #125D20;
}
.BgClassName
{
background-color: #125D20;
}
</style>
border-color css
<style>
span { border-color: #125D20; }
span { border-color: rgb(18,93,32); }
td.TdClassName
{
border-color: #125D20;
}
.TagClassName
{
border-color: #125D20;
}
</style>