Shades of Crusoe #125020
Tints of Crusoe #125020
RGB
CMYK
RGB Variations
Color information
#125020 (or 0x125020) is known color: Crusoe. HEX triplet: 12, 50 and 20. RGB value is (18,80,32). Sum of RGB (Red+Green+Blue) = 18+80+32=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #125020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125020 is #EDAFDF. Grayscale: #383838. Windows color (decimal): -15577056 or 2117650. OLE color: 2117650.
HSL color Cylindrical-coordinate representation of color #125020: hue angle of 133.55º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125020 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 32 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.69 |
| HSL | 133.55º | 0.63% | 0.19% | - |
| HSV(B) | 133.55º | 0.78% | 0.31% | - |
| XYZ | 3.38 | 5.97 | 2.34 | - |
| YUV | 55.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 32 | 0.78 | 0 | 0.60 | 0.69 | 133.55 | 0.63 | 0.19 |
| Hex | 12 | 50 | 20 | 4E | 0 | 3C | 45 | 86 | 3F | 13 |
| Octal | 22 | 120 | 40 | 116 | 0 | 74 | 105 | 206 | 77 | 23 |
| Binary | 10010 | 1010000 | 100000 | 1001110 | 0 | 111100 | 1000101 | 10000110 | 111111 | 10011 |
Color Harmonies of #125020
Complementary color
Monochromatic Colors of #125020
Black with #125020
Text Example
Text Example
White with #125020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125020; }
p { color: rgb(18,80,32); }
H1.HeaderClassName
{
color: #125020;
}
.AnyTagClassName
{
color: #125020;
}
</style>
background-color css
<style>
a { background-color: #125020; }
a { background-color: rgb(18,80,32); }
div.DivClassName
{
background-color: #125020;
}
.BgClassName
{
background-color: #125020;
}
</style>
border-color css
<style>
span { border-color: #125020; }
span { border-color: rgb(18,80,32); }
td.TdClassName
{
border-color: #125020;
}
.TagClassName
{
border-color: #125020;
}
</style>