Shades of Crusoe #125520
Tints of Crusoe #125520
RGB
CMYK
RGB Variations
Color information
#125520 (or 0x125520) is known color: Crusoe. HEX triplet: 12, 55 and 20. RGB value is (18,85,32). Sum of RGB (Red+Green+Blue) = 18+85+32=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #125520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125520 is #EDAADF. Grayscale: #3B3B3B. Windows color (decimal): -15575776 or 2118930. OLE color: 2118930.
HSL color Cylindrical-coordinate representation of color #125520: hue angle of 132.54º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125520 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 85 | 32 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.67 |
| HSL | 132.54º | 0.65% | 0.2% | - |
| HSV(B) | 132.54º | 0.79% | 0.33% | - |
| XYZ | 3.76 | 6.73 | 2.47 | - |
| YUV | 58.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 32 | 0.79 | 0 | 0.62 | 0.67 | 132.54 | 0.65 | 0.2 |
| Hex | 12 | 55 | 20 | 4F | 0 | 3E | 43 | 85 | 41 | 14 |
| Octal | 22 | 125 | 40 | 117 | 0 | 76 | 103 | 205 | 101 | 24 |
| Binary | 10010 | 1010101 | 100000 | 1001111 | 0 | 111110 | 1000011 | 10000101 | 1000001 | 10100 |
Color Harmonies of #125520
Complementary color
Monochromatic Colors of #125520
Black with #125520
Text Example
Text Example
White with #125520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125520; }
p { color: rgb(18,85,32); }
H1.HeaderClassName
{
color: #125520;
}
.AnyTagClassName
{
color: #125520;
}
</style>
background-color css
<style>
a { background-color: #125520; }
a { background-color: rgb(18,85,32); }
div.DivClassName
{
background-color: #125520;
}
.BgClassName
{
background-color: #125520;
}
</style>
border-color css
<style>
span { border-color: #125520; }
span { border-color: rgb(18,85,32); }
td.TdClassName
{
border-color: #125520;
}
.TagClassName
{
border-color: #125520;
}
</style>