Shades of Crusoe #125022
Tints of Crusoe #125022
RGB
CMYK
RGB Variations
Color information
#125022 (or 0x125022) is known color: Crusoe. HEX triplet: 12, 50 and 22. RGB value is (18,80,34). Sum of RGB (Red+Green+Blue) = 18+80+34=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #125022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125022 is #EDAFDD. Grayscale: #383838. Windows color (decimal): -15577054 or 2248722. OLE color: 2248722.
HSL color Cylindrical-coordinate representation of color #125022: hue angle of 135.48º 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 #125022 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 80 | 34 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.69 |
| HSL | 135.48º | 0.63% | 0.19% | - |
| HSV(B) | 135.48º | 0.78% | 0.31% | - |
| XYZ | 3.41 | 5.98 | 2.49 | - |
| YUV | 56.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 34 | 0.78 | 0 | 0.58 | 0.69 | 135.48 | 0.63 | 0.19 |
| Hex | 12 | 50 | 22 | 4E | 0 | 3A | 45 | 87 | 3F | 13 |
| Octal | 22 | 120 | 42 | 116 | 0 | 72 | 105 | 207 | 77 | 23 |
| Binary | 10010 | 1010000 | 100010 | 1001110 | 0 | 111010 | 1000101 | 10000111 | 111111 | 10011 |
Color Harmonies of #125022
Complementary color
Monochromatic Colors of #125022
Black with #125022
Text Example
Text Example
White with #125022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125022; }
p { color: rgb(18,80,34); }
H1.HeaderClassName
{
color: #125022;
}
.AnyTagClassName
{
color: #125022;
}
</style>
background-color css
<style>
a { background-color: #125022; }
a { background-color: rgb(18,80,34); }
div.DivClassName
{
background-color: #125022;
}
.BgClassName
{
background-color: #125022;
}
</style>
border-color css
<style>
span { border-color: #125022; }
span { border-color: rgb(18,80,34); }
td.TdClassName
{
border-color: #125022;
}
.TagClassName
{
border-color: #125022;
}
</style>